Liferay 6.1.10-ee-ga1

Uses of Interface
com.liferay.portal.kernel.dao.orm.SessionFactory

Packages that use SessionFactory
com.liferay.portal.kernel.dao.orm   
com.liferay.portal.service.persistence.impl   
 

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

Methods in com.liferay.portal.kernel.dao.orm with parameters of type SessionFactory
static Object FinderCacheUtil.getResult(FinderPath finderPath, Object[] args, SessionFactory sessionFactory)
           
 Object FinderCache.getResult(FinderPath finderPath, Object[] args, SessionFactory sessionFactory)
           
static Object FinderCacheUtil.getResult(String className, String methodName, String[] params, Object[] args, SessionFactory sessionFactory)
          Deprecated.  
static Object EntityCacheUtil.loadResult(boolean entityCacheEnabled, Class<?> clazz, Serializable primaryKey, SessionFactory sessionFactory)
           
 Object EntityCache.loadResult(boolean entityCacheEnabled, Class<?> clazz, Serializable primaryKey, SessionFactory sessionFactory)
           
 

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

Classes in com.liferay.portal.service.persistence.impl that implement SessionFactory
 class BasePersistenceImpl<T extends BaseModel<T>>
          The base implementation for all persistence classes.
 

Methods in com.liferay.portal.service.persistence.impl with parameters of type SessionFactory
 void BasePersistenceImpl.setSessionFactory(SessionFactory sessionFactory)
           
 


Liferay 6.1.10-ee-ga1