org.hibernate.cache.jbc2.entity
Class EntityRegionImpl
java.lang.Object
org.hibernate.cache.jbc2.BasicRegionAdapter
org.hibernate.cache.jbc2.TransactionalDataRegionAdapter
org.hibernate.cache.jbc2.entity.EntityRegionImpl
- All Implemented Interfaces:
- EntityRegion, Region, TransactionalDataRegion
public class EntityRegionImpl
- extends TransactionalDataRegionAdapter
- implements EntityRegion
Defines the behavior of the entity cache regions for JBossCache.
- Author:
- Steve Ebersole
| Methods inherited from class org.hibernate.cache.jbc2.BasicRegionAdapter |
activateLocalClusterNode, deactivateLocalNode, destroy, ensureRegionRootExists, escapeRegionName, getCacheInstance, getElementCountInMemory, getElementCountOnDisk, getName, getNonLockingDataVersionOption, getRegionFqn, getSizeInMemory, getTimeout, getTypeFirstRegionFqn, getTypeLastRegionFqn, nextTimestamp, resume, suspend, suspendAndGet, toMap |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
EntityRegionImpl
public EntityRegionImpl(org.jboss.cache.Cache jbcCache,
String regionName,
String regionPrefix,
CacheDataDescription metadata)
buildAccessStrategy
public EntityRegionAccessStrategy buildAccessStrategy(AccessType accessType)
throws CacheException
-
- Specified by:
buildAccessStrategy in interface EntityRegion
- Throws:
CacheException
createRegionFqn
protected org.jboss.cache.Fqn<String> createRegionFqn(String regionName,
String regionPrefix)
- Specified by:
createRegionFqn in class BasicRegionAdapter
Copyright © 2008 Hibernate.org. All Rights Reserved.