Package | Description |
---|---|
org.hibernate.cache.ehcache.internal.nonstop | |
org.hibernate.cache.ehcache.internal.regions | |
org.hibernate.cache.ehcache.internal.strategy |
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 | Field and Description |
---|---|
protected EhcacheAccessStrategyFactory |
EhcacheDataRegion.accessStrategyFactory
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 EhcacheEntityRegion 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-2013 Red Hat, Inc. All Rights Reserved.