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 |
---|---|
EntityRegionAccessStrategy |
NonstopAccessStrategyFactory.createEntityRegionAccessStrategy(EhcacheEntityRegion entityRegion,
AccessType accessType) |
Modifier and Type | Method and Description |
---|---|
EntityRegionAccessStrategy |
EhcacheAccessStrategyFactoryImpl.createEntityRegionAccessStrategy(EhcacheEntityRegion entityRegion,
AccessType accessType) |
EntityRegionAccessStrategy |
EhcacheAccessStrategyFactory.createEntityRegionAccessStrategy(EhcacheEntityRegion entityRegion,
AccessType accessType)
|
Constructor and Description |
---|
NonStrictReadWriteEhcacheEntityRegionAccessStrategy(EhcacheEntityRegion region,
Settings settings)
Create a non-strict read/write access strategy accessing the given collection region.
|
ReadOnlyEhcacheEntityRegionAccessStrategy(EhcacheEntityRegion region,
Settings settings)
Create a read-only access strategy accessing the given entity region.
|
ReadWriteEhcacheEntityRegionAccessStrategy(EhcacheEntityRegion region,
Settings settings)
Create a read/write access strategy accessing the given entity region.
|
TransactionalEhcacheEntityRegionAccessStrategy(EhcacheEntityRegion region,
net.sf.ehcache.Ehcache ehcache,
Settings settings)
Construct a new entity region access strategy.
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.