Package | Description |
---|---|
org.hibernate.cache.ehcache.internal.nonstop |
Support for handling non-stop caches.
|
org.hibernate.cache.ehcache.internal.strategy |
Defines
RegionAccessStrategy support for the Ehcache integration |
org.hibernate.cache.spi.access |
Defines contracts for transactional and concurrent access to cached
entity and
collection data. |
org.hibernate.engine.internal |
Support for many of the internal workings of Hibernate.
|
Modifier and Type | Class and Description |
---|---|
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 |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static Serializable |
CacheHelper.fromSharedCache(SessionImplementor session,
CacheKey cacheKey,
RegionAccessStrategy cacheAccessStrategy) |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.