public class ReadWriteEhcacheCollectionRegionAccessStrategy extends AbstractReadWriteEhcacheAccessStrategy<EhcacheCollectionRegion> implements org.hibernate.cache.access.CollectionRegionAccessStrategy
AbstractReadWriteEhcacheAccessStrategy.Item, AbstractReadWriteEhcacheAccessStrategy.Lock, AbstractReadWriteEhcacheAccessStrategy.Lockable
region, settings
Constructor and Description |
---|
ReadWriteEhcacheCollectionRegionAccessStrategy(EhcacheCollectionRegion region,
org.hibernate.cfg.Settings settings)
Create a read/write access strategy accessing the given collection region.
|
Modifier and Type | Method and Description |
---|---|
org.hibernate.cache.CollectionRegion |
getRegion() |
decrementLock, get, handleMissingLock, lockItem, putFromLoad, unlockItem
evict, evictAll, lockRegion, putFromLoad, remove, removeAll, unlockRegion
public ReadWriteEhcacheCollectionRegionAccessStrategy(EhcacheCollectionRegion region, org.hibernate.cfg.Settings settings)