|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EhcacheEntityRegion | |
---|---|
net.sf.ehcache.hibernate.nonstop | This package contains interfaces and classes for Hibernate related to Ehcache's nonstop feature. |
net.sf.ehcache.hibernate.strategy | This package contains EhCache specific AccessStrategy implementations. |
Uses of EhcacheEntityRegion in net.sf.ehcache.hibernate.nonstop |
---|
Methods in net.sf.ehcache.hibernate.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 net.sf.ehcache.hibernate.strategy |
---|
Methods in net.sf.ehcache.hibernate.strategy with parameters of type EhcacheEntityRegion | |
---|---|
EntityRegionAccessStrategy |
EhcacheAccessStrategyFactoryImpl.createEntityRegionAccessStrategy(EhcacheEntityRegion entityRegion,
AccessType accessType)
Create EntityRegionAccessStrategy for the input EhcacheEntityRegion and AccessType |
EntityRegionAccessStrategy |
EhcacheAccessStrategyFactory.createEntityRegionAccessStrategy(EhcacheEntityRegion entityRegion,
AccessType accessType)
Create EntityRegionAccessStrategy for the input EhcacheEntityRegion and AccessType |
Constructors in net.sf.ehcache.hibernate.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,
Ehcache ehcache,
Settings settings)
Construct a new entity region access strategy. |
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |