public class CollectionRegionWrapper extends BaseRegionWrapper implements org.hibernate.cache.CollectionRegion
| Constructor and Description |
|---|
CollectionRegionWrapper(net.sf.ehcache.hibernate.regions.EhcacheCollectionRegion ehcacheCollectionRegion) |
| Modifier and Type | Method and Description |
|---|---|
org.hibernate.cache.access.CollectionRegionAccessStrategy |
buildAccessStrategy(org.hibernate.cache.access.AccessType accessType) |
org.hibernate.cache.CacheDataDescription |
getCacheDataDescription() |
protected net.sf.ehcache.hibernate.regions.EhcacheCollectionRegion |
getEhcacheCollectionRegion() |
void |
invalidate() |
boolean |
isTransactionAware() |
contains, destroy, doDestroy, getEhcacheDataRegion, getElementCountInMemory, getElementCountOnDisk, getName, getRegistryName, getSizeInMemory, getTimeout, nextTimestamp, toMap, toStringpublic CollectionRegionWrapper(net.sf.ehcache.hibernate.regions.EhcacheCollectionRegion ehcacheCollectionRegion)
public org.hibernate.cache.access.CollectionRegionAccessStrategy buildAccessStrategy(org.hibernate.cache.access.AccessType accessType)
throws org.hibernate.cache.CacheException
buildAccessStrategy in interface org.hibernate.cache.CollectionRegionorg.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.EhcacheCollectionRegion getEhcacheCollectionRegion()