Liferay 6.1.2-ce-ga3

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

Packages that use EntityCache
com.liferay.portal.dao.orm.common   
com.liferay.portal.kernel.dao.orm   
 

Uses of EntityCache in com.liferay.portal.dao.orm.common
 

Classes in com.liferay.portal.dao.orm.common that implement EntityCache
 class EntityCacheImpl
           
 

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

Methods in com.liferay.portal.kernel.dao.orm that return EntityCache
static EntityCache EntityCacheUtil.getEntityCache()
           
 

Methods in com.liferay.portal.kernel.dao.orm with parameters of type EntityCache
 void EntityCacheUtil.setEntityCache(EntityCache entityCache)
           
 


Liferay 6.1.2-ce-ga3