Package | Description |
---|---|
org.hibernate.cache.ehcache.internal.nonstop |
Support for handling non-stop caches.
|
org.hibernate.cache.ehcache.internal.strategy |
Defines
RegionAccessStrategy support for the Ehcache integration |
Modifier and Type | Method and Description |
---|---|
CollectionRegionAccessStrategy |
NonstopAccessStrategyFactory.createCollectionRegionAccessStrategy(EhcacheCollectionRegion collectionRegion,
AccessType accessType) |
Modifier and Type | Method and Description |
---|---|
CollectionRegionAccessStrategy |
EhcacheAccessStrategyFactoryImpl.createCollectionRegionAccessStrategy(EhcacheCollectionRegion collectionRegion,
AccessType accessType) |
CollectionRegionAccessStrategy |
EhcacheAccessStrategyFactory.createCollectionRegionAccessStrategy(EhcacheCollectionRegion collectionRegion,
AccessType accessType)
|
Constructor and Description |
---|
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.
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.