Package | Description |
---|---|
net.sf.ehcache.hibernate.strategy |
This package contains EhCache specific AccessStrategy implementations.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
AbstractReadWriteEhcacheAccessStrategy<T extends EhcacheTransactionalDataRegion>
Superclass for all Ehcache specific read/write AccessStrategy implementations.
|
class |
NonStrictReadWriteEhcacheCollectionRegionAccessStrategy
Ehcache specific non-strict read/write collection region access strategy
|
class |
NonStrictReadWriteEhcacheEntityRegionAccessStrategy
Ehcache specific non-strict read/write entity region access strategy
|
class |
ReadOnlyEhcacheCollectionRegionAccessStrategy
Ehcache specific read-only collection region access strategy
|
class |
ReadOnlyEhcacheEntityRegionAccessStrategy
Ehcache specific read-only entity region access strategy
|
class |
ReadWriteEhcacheCollectionRegionAccessStrategy
Ehcache specific read/write collection region access strategy
|
class |
ReadWriteEhcacheEntityRegionAccessStrategy
Ehcache specific read/write entity region access strategy
|
class |
TransactionalEhcacheCollectionRegionAccessStrategy
JTA CollectionRegionAccessStrategy.
|
class |
TransactionalEhcacheEntityRegionAccessStrategy
JTA EntityRegionAccessStrategy.
|