Uses of Interface
org.hibernate.cache.ehcache.internal.strategy.EhcacheAccessStrategyFactory

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 NonstopAccessStrategyFactory
          Implementation of EhcacheAccessStrategyFactory that takes care of Nonstop cache exceptions using HibernateNonstopCacheExceptionHandler
 

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.accessStrategyFactory
          The EhcacheAccessStrategyFactory used 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.
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.
 

Uses of EhcacheAccessStrategyFactory in org.hibernate.cache.ehcache.internal.strategy
 

Classes in org.hibernate.cache.ehcache.internal.strategy that implement EhcacheAccessStrategyFactory
 class EhcacheAccessStrategyFactoryImpl
          Class implementing EhcacheAccessStrategyFactory
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.