Liferay 6.1.2-ce-ga3

com.liferay.portal.dao.orm.hibernate.region
Class CollectionRegionWrapper

java.lang.Object
  extended by com.liferay.portal.dao.orm.hibernate.region.BaseRegionWrapper
      extended by com.liferay.portal.dao.orm.hibernate.region.CollectionRegionWrapper
All Implemented Interfaces:
CacheRegistryItem, org.hibernate.cache.CollectionRegion, org.hibernate.cache.Region, org.hibernate.cache.TransactionalDataRegion

public class CollectionRegionWrapper
extends BaseRegionWrapper
implements org.hibernate.cache.CollectionRegion


Constructor Summary
CollectionRegionWrapper(net.sf.ehcache.hibernate.regions.EhcacheCollectionRegion ehcacheCollectionRegion)
           
 
Method Summary
 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()
           
 
Methods inherited from class com.liferay.portal.dao.orm.hibernate.region.BaseRegionWrapper
contains, destroy, doDestroy, getEhcacheDataRegion, getElementCountInMemory, getElementCountOnDisk, getName, getRegistryName, getSizeInMemory, getTimeout, nextTimestamp, toMap, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.hibernate.cache.Region
contains, destroy, getElementCountInMemory, getElementCountOnDisk, getName, getSizeInMemory, getTimeout, nextTimestamp, toMap
 

Constructor Detail

CollectionRegionWrapper

public CollectionRegionWrapper(net.sf.ehcache.hibernate.regions.EhcacheCollectionRegion ehcacheCollectionRegion)
Method Detail

buildAccessStrategy

public org.hibernate.cache.access.CollectionRegionAccessStrategy buildAccessStrategy(org.hibernate.cache.access.AccessType accessType)
                                                                              throws org.hibernate.cache.CacheException
Specified by:
buildAccessStrategy in interface org.hibernate.cache.CollectionRegion
Throws:
org.hibernate.cache.CacheException

getCacheDataDescription

public org.hibernate.cache.CacheDataDescription getCacheDataDescription()
Specified by:
getCacheDataDescription in interface org.hibernate.cache.TransactionalDataRegion

invalidate

public void invalidate()
Specified by:
invalidate in interface CacheRegistryItem

isTransactionAware

public boolean isTransactionAware()
Specified by:
isTransactionAware in interface org.hibernate.cache.TransactionalDataRegion

getEhcacheCollectionRegion

protected net.sf.ehcache.hibernate.regions.EhcacheCollectionRegion getEhcacheCollectionRegion()

Liferay 6.1.2-ce-ga3