|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NaturalIdRegion
Defines the contract for a cache region which will specifically be used to store naturalId data.
Method Summary | |
---|---|
NaturalIdRegionAccessStrategy |
buildAccessStrategy(AccessType accessType)
Build an access strategy for the requested access type. |
Methods inherited from interface org.hibernate.cache.spi.TransactionalDataRegion |
---|
getCacheDataDescription, isTransactionAware |
Methods inherited from interface org.hibernate.cache.spi.Region |
---|
contains, destroy, getElementCountInMemory, getElementCountOnDisk, getName, getSizeInMemory, getTimeout, nextTimestamp, toMap |
Method Detail |
---|
NaturalIdRegionAccessStrategy buildAccessStrategy(AccessType accessType) throws CacheException
accessType
- The type of access strategy to build; never null.
CacheException
- Usually indicates mis-configuration.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |