Liferay 7.0-ce-b4

Uses of Class
com.liferay.portal.service.persistence.impl.BasePersistenceImpl

Packages that use BasePersistenceImpl
com.liferay.portal.kernel.dao.orm   
com.liferay.portal.service.persistence.impl This package defines the portal service persistence implementation base classes. 
 

Uses of BasePersistenceImpl in com.liferay.portal.kernel.dao.orm
 

Methods in com.liferay.portal.kernel.dao.orm with parameters of type BasePersistenceImpl
static Object FinderCacheUtil.getResult(FinderPath finderPath, Object[] args, BasePersistenceImpl<? extends BaseModel<?>> basePersistenceImpl)
           
 Object FinderCache.getResult(FinderPath finderPath, Object[] args, BasePersistenceImpl<? extends BaseModel<?>> basePersistenceImpl)
           
 

Uses of BasePersistenceImpl in com.liferay.portal.service.persistence.impl
 

Constructors in com.liferay.portal.service.persistence.impl with parameters of type BasePersistenceImpl
PersistenceNestedSetsTreeManager(BasePersistenceImpl<?> basePersistenceImpl, String tableName, String entityName, Class<?> entityImplClass, String primaryKeyName, String nestedSetsTreeNodeScopeIdName, String nestedSetsTreeNodeLeftName, String nestedSetsTreeNodeRightName)
           
 


Liferay 7.0-ce-b4