|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RegionAccessStrategy | |
---|---|
org.hibernate.cache.ehcache.internal.nonstop | |
org.hibernate.cache.ehcache.internal.strategy | |
org.hibernate.cache.spi.access |
Defines contracts for transactional and concurrent access to cached
entity and
collection data. |
Uses of RegionAccessStrategy in org.hibernate.cache.ehcache.internal.nonstop |
---|
Classes in org.hibernate.cache.ehcache.internal.nonstop that implement RegionAccessStrategy | |
---|---|
class |
NonstopAwareCollectionRegionAccessStrategy
Implementation of CollectionRegionAccessStrategy that handles NonStopCacheException using
HibernateNonstopCacheExceptionHandler |
class |
NonstopAwareEntityRegionAccessStrategy
Implementation of EntityRegionAccessStrategy that handles NonStopCacheException using
HibernateNonstopCacheExceptionHandler |
class |
NonstopAwareNaturalIdRegionAccessStrategy
Implementation of NaturalIdRegionAccessStrategy that handles NonStopCacheException using
HibernateNonstopCacheExceptionHandler |
Uses of RegionAccessStrategy in org.hibernate.cache.ehcache.internal.strategy |
---|
Classes in org.hibernate.cache.ehcache.internal.strategy that implement RegionAccessStrategy | |
---|---|
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 |
NonStrictReadWriteEhcacheNaturalIdRegionAccessStrategy
Ehcache specific non-strict read/write NaturalId region access strategy |
class |
ReadOnlyEhcacheCollectionRegionAccessStrategy
Ehcache specific read-only collection region access strategy |
class |
ReadOnlyEhcacheEntityRegionAccessStrategy
Ehcache specific read-only entity region access strategy |
class |
ReadOnlyEhcacheNaturalIdRegionAccessStrategy
Ehcache specific read-only NaturalId region access strategy |
class |
ReadWriteEhcacheCollectionRegionAccessStrategy
Ehcache specific read/write collection region access strategy |
class |
ReadWriteEhcacheEntityRegionAccessStrategy
Ehcache specific read/write entity region access strategy |
class |
ReadWriteEhcacheNaturalIdRegionAccessStrategy
Ehcache specific read/write NaturalId region access strategy |
class |
TransactionalEhcacheCollectionRegionAccessStrategy
JTA CollectionRegionAccessStrategy. |
class |
TransactionalEhcacheEntityRegionAccessStrategy
JTA EntityRegionAccessStrategy. |
class |
TransactionalEhcacheNaturalIdRegionAccessStrategy
JTA NaturalIdRegionAccessStrategy. |
Uses of RegionAccessStrategy in org.hibernate.cache.spi.access |
---|
Subinterfaces of RegionAccessStrategy in org.hibernate.cache.spi.access | |
---|---|
interface |
CollectionRegionAccessStrategy
Contract for managing transactional and concurrent access to cached collection data. |
interface |
EntityRegionAccessStrategy
Contract for managing transactional and concurrent access to cached entity data. |
interface |
NaturalIdRegionAccessStrategy
Contract for managing transactional and concurrent access to cached naturalId data. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |