Package | Description |
---|---|
org.hibernate.cache.ehcache.internal.nonstop | |
org.hibernate.cache.ehcache.internal.strategy |
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-2013 Red Hat, Inc. All Rights Reserved.