Liferay 6.2-ce-ga5

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

Packages that use CacheMode
com.liferay.portal.kernel.dao.orm   
 

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

Classes in com.liferay.portal.kernel.dao.orm that implement CacheMode
 class CacheModeImpl
           
 

Fields in com.liferay.portal.kernel.dao.orm declared as CacheMode
static CacheMode CacheMode.GET
           
static CacheMode CacheMode.IGNORE
           
static CacheMode CacheMode.NORMAL
           
static CacheMode CacheMode.PUT
           
static CacheMode CacheMode.REFRESH
           
 

Methods in com.liferay.portal.kernel.dao.orm with parameters of type CacheMode
 Query Query.setCacheMode(CacheMode cacheMode)
           
 


Liferay 6.2-ce-ga5