|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EhcacheCollectionRegion | |
---|---|
org.hibernate.cache.ehcache.internal.nonstop | |
org.hibernate.cache.ehcache.internal.strategy |
Uses of EhcacheCollectionRegion in org.hibernate.cache.ehcache.internal.nonstop |
---|
Methods in org.hibernate.cache.ehcache.internal.nonstop with parameters of type EhcacheCollectionRegion | |
---|---|
CollectionRegionAccessStrategy |
NonstopAccessStrategyFactory.createCollectionRegionAccessStrategy(EhcacheCollectionRegion collectionRegion,
AccessType accessType)
Create CollectionRegionAccessStrategy for the input EhcacheCollectionRegion and AccessType |
Uses of EhcacheCollectionRegion in org.hibernate.cache.ehcache.internal.strategy |
---|
Methods in org.hibernate.cache.ehcache.internal.strategy with parameters of type EhcacheCollectionRegion | |
---|---|
CollectionRegionAccessStrategy |
EhcacheAccessStrategyFactory.createCollectionRegionAccessStrategy(EhcacheCollectionRegion collectionRegion,
AccessType accessType)
Create CollectionRegionAccessStrategy for the input EhcacheCollectionRegion and AccessType |
CollectionRegionAccessStrategy |
EhcacheAccessStrategyFactoryImpl.createCollectionRegionAccessStrategy(EhcacheCollectionRegion collectionRegion,
AccessType accessType)
Create CollectionRegionAccessStrategy for the input EhcacheCollectionRegion and AccessType |
Constructors in org.hibernate.cache.ehcache.internal.strategy with parameters of type EhcacheCollectionRegion | |
---|---|
NonStrictReadWriteEhcacheCollectionRegionAccessStrategy(EhcacheCollectionRegion region,
Settings settings)
Create a non-strict read/write access strategy accessing the given collection region. |
|
ReadOnlyEhcacheCollectionRegionAccessStrategy(EhcacheCollectionRegion region,
Settings settings)
Create a read-only access strategy accessing the given collection region. |
|
ReadWriteEhcacheCollectionRegionAccessStrategy(EhcacheCollectionRegion region,
Settings settings)
Create a read/write access strategy accessing the given collection region. |
|
TransactionalEhcacheCollectionRegionAccessStrategy(EhcacheCollectionRegion region,
net.sf.ehcache.Ehcache ehcache,
Settings settings)
Construct a new collection region access strategy. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |