net.sf.ehcache.hibernate.regions
Class EhcacheEntityRegion
java.lang.Object
   net.sf.ehcache.hibernate.regions.EhcacheDataRegion
net.sf.ehcache.hibernate.regions.EhcacheDataRegion
       net.sf.ehcache.hibernate.regions.EhcacheTransactionalDataRegion
net.sf.ehcache.hibernate.regions.EhcacheTransactionalDataRegion
           net.sf.ehcache.hibernate.regions.EhcacheEntityRegion
net.sf.ehcache.hibernate.regions.EhcacheEntityRegion
- public class EhcacheEntityRegion 
- extends EhcacheTransactionalDataRegion
An entity region specific wrapper around an Ehcache instance.
 
 This implementation returns Ehcache specific access strategy instances for all the non-transactional access types. Transactional access
 is not supported.
- Author:
- Chris Dennis, Abhishek Sanoujam
 
 
 
 
 
| Methods inherited from class net.sf.ehcache.hibernate.regions.EhcacheTransactionalDataRegion | 
| clear, get, getCacheDataDescription, getSettings, isTransactionAware, locksAreIndependentOfCache, put, putEternal, readLock, readUnlock, remove, writeLock, writeUnlock | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
EhcacheEntityRegion
public EhcacheEntityRegion(EhcacheAccessStrategyFactory accessStrategyFactory,
                           Ehcache underlyingCache,
                           Settings settings,
                           CacheDataDescription metadata,
                           Properties properties)
- Constructs an EhcacheEntityRegion around the given underlying cache.
 
- Parameters:
- accessStrategyFactory-
 
buildAccessStrategy
public EntityRegionAccessStrategy buildAccessStrategy(AccessType accessType)
                                               throws CacheException
- 
 
- 
- Throws:
- CacheException
 
Copyright 2001-2016, Terracotta, Inc.