org.hibernate.cache
Interface EntityRegion
- Region, TransactionalDataRegion
- EntityRegionAdapter
public interface EntityRegion
Defines the contract for a cache region which will specifically be used to
store entity data.
buildAccessStrategy
public EntityRegionAccessStrategy buildAccessStrategy(AccessType accessType)
throws CacheException
Build an access strategy for the requested access type.
accessType
- The type of access strategy to build; never null.
- The appropriate strategy contract for accessing this region
for the requested type of access.