| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EhcacheAccessStrategyFactory | |
|---|---|
| org.hibernate.cache.ehcache.internal.nonstop | |
| org.hibernate.cache.ehcache.internal.regions | |
| org.hibernate.cache.ehcache.internal.strategy | |
| Uses of EhcacheAccessStrategyFactory in org.hibernate.cache.ehcache.internal.nonstop | 
|---|
| Classes in org.hibernate.cache.ehcache.internal.nonstop that implement EhcacheAccessStrategyFactory | |
|---|---|
|  class | NonstopAccessStrategyFactoryImplementation of EhcacheAccessStrategyFactorythat takes care of Nonstop cache exceptions usingHibernateNonstopCacheExceptionHandler | 
| Constructors in org.hibernate.cache.ehcache.internal.nonstop with parameters of type EhcacheAccessStrategyFactory | |
|---|---|
| NonstopAccessStrategyFactory(EhcacheAccessStrategyFactory actualFactory)Constructor accepting the actual factory | |
| Uses of EhcacheAccessStrategyFactory in org.hibernate.cache.ehcache.internal.regions | 
|---|
| Fields in org.hibernate.cache.ehcache.internal.regions declared as EhcacheAccessStrategyFactory | |
|---|---|
| protected  EhcacheAccessStrategyFactory | EhcacheDataRegion.accessStrategyFactoryThe EhcacheAccessStrategyFactoryused for creating various access strategies | 
| Constructors in org.hibernate.cache.ehcache.internal.regions with parameters of type EhcacheAccessStrategyFactory | |
|---|---|
| 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. | |
| 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. | |
| Uses of EhcacheAccessStrategyFactory in org.hibernate.cache.ehcache.internal.strategy | 
|---|
| Classes in org.hibernate.cache.ehcache.internal.strategy that implement EhcacheAccessStrategyFactory | |
|---|---|
|  class | EhcacheAccessStrategyFactoryImplClass implementing EhcacheAccessStrategyFactory | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||