Package | Description |
---|---|
net.sf.ehcache.hibernate.nonstop |
This package contains interfaces and classes for Hibernate related to Ehcache's nonstop feature.
|
net.sf.ehcache.hibernate.regions |
This package contains region implementations used in Hibernate 3.3 and higher.
|
net.sf.ehcache.hibernate.strategy |
This package contains EhCache specific AccessStrategy implementations.
|
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,
Ehcache underlyingCache,
org.hibernate.cfg.Settings settings,
org.hibernate.cache.CacheDataDescription metadata,
Properties properties)
Constructs an EhcacheCollectionRegion around the given underlying cache.
|
EhcacheEntityRegion(EhcacheAccessStrategyFactory accessStrategyFactory,
Ehcache underlyingCache,
org.hibernate.cfg.Settings settings,
org.hibernate.cache.CacheDataDescription metadata,
Properties properties)
Constructs an EhcacheEntityRegion around the given underlying cache.
|
EhcacheQueryResultsRegion(EhcacheAccessStrategyFactory accessStrategyFactory,
Ehcache underlyingCache,
Properties properties)
Constructs an EhcacheQueryResultsRegion around the given underlying cache.
|
EhcacheTimestampsRegion(EhcacheAccessStrategyFactory accessStrategyFactory,
Ehcache underlyingCache,
Properties properties)
Constructs an EhcacheTimestampsRegion around the given underlying cache.
|
Modifier and Type | Class and Description |
---|---|
class |
EhcacheAccessStrategyFactoryImpl
Class implementing
EhcacheAccessStrategyFactory |
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.