| 
 | ehcache | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EhcacheAccessStrategyFactory | |
|---|---|
| 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. | 
| Uses of EhcacheAccessStrategyFactory in net.sf.ehcache.hibernate.nonstop | 
|---|
| Classes in net.sf.ehcache.hibernate.nonstop that implement EhcacheAccessStrategyFactory | |
|---|---|
|  class | NonstopAccessStrategyFactoryImplementation of EhcacheAccessStrategyFactorythat takes care of Nonstop cache exceptions usingHibernateNonstopCacheExceptionHandler | 
| Constructors in net.sf.ehcache.hibernate.nonstop with parameters of type EhcacheAccessStrategyFactory | |
|---|---|
| NonstopAccessStrategyFactory(EhcacheAccessStrategyFactory actualFactory)Constructor accepting the actual factory | |
| Uses of EhcacheAccessStrategyFactory in net.sf.ehcache.hibernate.regions | 
|---|
| Fields in net.sf.ehcache.hibernate.regions declared as EhcacheAccessStrategyFactory | |
|---|---|
| protected  EhcacheAccessStrategyFactory | EhcacheDataRegion.accessStrategyFactoryThe EhcacheAccessStrategyFactoryused for creating various access strategies | 
| Constructors in net.sf.ehcache.hibernate.regions with parameters of type EhcacheAccessStrategyFactory | |
|---|---|
| EhcacheCollectionRegion(EhcacheAccessStrategyFactory accessStrategyFactory,
                        Ehcache underlyingCache,
                        Settings settings,
                        CacheDataDescription metadata,
                        Properties properties)Constructs an EhcacheCollectionRegion around the given underlying cache. | |
| EhcacheEntityRegion(EhcacheAccessStrategyFactory accessStrategyFactory,
                    Ehcache underlyingCache,
                    Settings settings,
                    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. | |
| Uses of EhcacheAccessStrategyFactory in net.sf.ehcache.hibernate.strategy | 
|---|
| Classes in net.sf.ehcache.hibernate.strategy that implement EhcacheAccessStrategyFactory | |
|---|---|
|  class | EhcacheAccessStrategyFactoryImplClass implementing EhcacheAccessStrategyFactory | 
| 
 | ehcache | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||