See: Description
Interface | Description |
---|---|
AbstractReadWriteEhcacheAccessStrategy.Lockable |
Interface type implemented by all wrapper objects in the cache.
|
EhcacheAccessStrategyFactory |
Factory to create
EntityRegionAccessStrategy |
Class | Description |
---|---|
AbstractEhcacheAccessStrategy<T extends EhcacheTransactionalDataRegion> |
Ultimate superclass for all Ehcache specific Hibernate AccessStrategy implementations.
|
AbstractReadWriteEhcacheAccessStrategy<T extends EhcacheTransactionalDataRegion> |
Superclass for all Ehcache specific read/write AccessStrategy implementations.
|
AbstractReadWriteEhcacheAccessStrategy.Item |
Wrapper type representing unlocked items.
|
AbstractReadWriteEhcacheAccessStrategy.Lock |
Wrapper type representing locked items.
|
EhcacheAccessStrategyFactoryImpl |
Class implementing
EhcacheAccessStrategyFactory |
NonStrictReadWriteEhcacheCollectionRegionAccessStrategy |
Ehcache specific non-strict read/write collection region access strategy
|
NonStrictReadWriteEhcacheEntityRegionAccessStrategy |
Ehcache specific non-strict read/write entity region access strategy
|
ReadOnlyEhcacheCollectionRegionAccessStrategy |
Ehcache specific read-only collection region access strategy
|
ReadOnlyEhcacheEntityRegionAccessStrategy |
Ehcache specific read-only entity region access strategy
|
ReadWriteEhcacheCollectionRegionAccessStrategy |
Ehcache specific read/write collection region access strategy
|
ReadWriteEhcacheEntityRegionAccessStrategy |
Ehcache specific read/write entity region access strategy
|
TransactionalEhcacheCollectionRegionAccessStrategy |
JTA CollectionRegionAccessStrategy.
|
TransactionalEhcacheEntityRegionAccessStrategy |
JTA EntityRegionAccessStrategy.
|