Package | Description |
---|---|
org.hibernate.cache.ehcache.internal.nonstop |
Support for handling non-stop caches.
|
org.hibernate.cache.ehcache.internal.regions |
Defines
RegionFactory support for the Ehcache integration |
org.hibernate.cache.ehcache.internal.strategy |
Defines
RegionAccessStrategy support for the Ehcache integration |
Modifier and Type | Class and Description |
---|---|
class |
NonstopAccessStrategyFactory
Implementation of
EhcacheAccessStrategyFactory that takes care of Nonstop cache exceptions using
HibernateNonstopCacheExceptionHandler |
Constructor and Description |
---|
NonstopAccessStrategyFactory(EhcacheAccessStrategyFactory actualFactory)
Constructor accepting the actual factory
|
Modifier and Type | Method and Description |
---|---|
protected EhcacheAccessStrategyFactory |
EhcacheDataRegion.getAccessStrategyFactory()
The
EhcacheAccessStrategyFactory used for creating
various access strategies |
Constructor and Description |
---|
EhcacheCollectionRegion(EhcacheAccessStrategyFactory accessStrategyFactory,
net.sf.ehcache.Ehcache underlyingCache,
Settings settings,
CacheDataDescription metadata,
Properties properties)
Constructs an EhcacheCollectionRegion around the given underlying cache.
|
EhcacheEntityRegion(EhcacheAccessStrategyFactory accessStrategyFactory,
net.sf.ehcache.Ehcache underlyingCache,
Settings settings,
CacheDataDescription metadata,
Properties properties)
Constructs an EhcacheCollectionRegion around the given underlying cache.
|
EhcacheNaturalIdRegion(EhcacheAccessStrategyFactory accessStrategyFactory,
net.sf.ehcache.Ehcache underlyingCache,
Settings settings,
CacheDataDescription metadata,
Properties properties)
Constructs an EhcacheNaturalIdRegion around the given underlying cache.
|
EhcacheQueryResultsRegion(EhcacheAccessStrategyFactory accessStrategyFactory,
net.sf.ehcache.Ehcache underlyingCache,
Properties properties)
Constructs an EhcacheQueryResultsRegion around the given underlying cache.
|
EhcacheTimestampsRegion(EhcacheAccessStrategyFactory accessStrategyFactory,
net.sf.ehcache.Ehcache underlyingCache,
Properties properties)
Constructs an EhcacheTimestampsRegion around the given underlying cache.
|
Modifier and Type | Class and Description |
---|---|
class |
EhcacheAccessStrategyFactoryImpl
Class implementing
EhcacheAccessStrategyFactory |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.