|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EhcacheEntityRegion | |
---|---|
org.hibernate.cache.ehcache.internal.nonstop | |
org.hibernate.cache.ehcache.internal.strategy |
Uses of EhcacheEntityRegion in org.hibernate.cache.ehcache.internal.nonstop |
---|
Methods in org.hibernate.cache.ehcache.internal.nonstop with parameters of type EhcacheEntityRegion | |
---|---|
EntityRegionAccessStrategy |
NonstopAccessStrategyFactory.createEntityRegionAccessStrategy(EhcacheEntityRegion entityRegion,
AccessType accessType)
Create EntityRegionAccessStrategy for the input EhcacheEntityRegion and AccessType |
Uses of EhcacheEntityRegion in org.hibernate.cache.ehcache.internal.strategy |
---|
Methods in org.hibernate.cache.ehcache.internal.strategy with parameters of type EhcacheEntityRegion | |
---|---|
EntityRegionAccessStrategy |
EhcacheAccessStrategyFactory.createEntityRegionAccessStrategy(EhcacheEntityRegion entityRegion,
AccessType accessType)
Create EntityRegionAccessStrategy for the input EhcacheEntityRegion and AccessType |
EntityRegionAccessStrategy |
EhcacheAccessStrategyFactoryImpl.createEntityRegionAccessStrategy(EhcacheEntityRegion entityRegion,
AccessType accessType)
Create EntityRegionAccessStrategy for the input EhcacheEntityRegion and AccessType |
Constructors in org.hibernate.cache.ehcache.internal.strategy with parameters of type EhcacheEntityRegion | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |