public class EntityRegionWrapper extends BaseRegionWrapper implements org.hibernate.cache.EntityRegion
| Constructor and Description |
|---|
EntityRegionWrapper(net.sf.ehcache.hibernate.regions.EhcacheEntityRegion ehcacheEntityRegion) |
| Modifier and Type | Method and Description |
|---|---|
org.hibernate.cache.access.EntityRegionAccessStrategy |
buildAccessStrategy(org.hibernate.cache.access.AccessType accessType) |
org.hibernate.cache.CacheDataDescription |
getCacheDataDescription() |
protected net.sf.ehcache.hibernate.regions.EhcacheEntityRegion |
getEhcacheEntityRegion() |
void |
invalidate() |
boolean |
isTransactionAware() |
contains, destroy, doDestroy, getEhcacheDataRegion, getElementCountInMemory, getElementCountOnDisk, getName, getRegistryName, getSizeInMemory, getTimeout, nextTimestamp, toMap, toStringpublic EntityRegionWrapper(net.sf.ehcache.hibernate.regions.EhcacheEntityRegion ehcacheEntityRegion)
public org.hibernate.cache.access.EntityRegionAccessStrategy buildAccessStrategy(org.hibernate.cache.access.AccessType accessType)
throws org.hibernate.cache.CacheException
buildAccessStrategy in interface org.hibernate.cache.EntityRegionorg.hibernate.cache.CacheExceptionpublic org.hibernate.cache.CacheDataDescription getCacheDataDescription()
getCacheDataDescription in interface org.hibernate.cache.TransactionalDataRegionpublic void invalidate()
invalidate in interface com.liferay.portal.kernel.cache.CacheRegistryItempublic boolean isTransactionAware()
isTransactionAware in interface org.hibernate.cache.TransactionalDataRegionprotected net.sf.ehcache.hibernate.regions.EhcacheEntityRegion getEhcacheEntityRegion()