Uses of Interface
net.sf.ehcache.hibernate.strategy.EhcacheAccessStrategyFactory
-
Packages that use EhcacheAccessStrategyFactory Package Description net.sf.ehcache.hibernate This package contains interfaces and classes for Hibernate3.1 and higher.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
Fields in net.sf.ehcache.hibernate declared as EhcacheAccessStrategyFactory Modifier and Type Field Description protected EhcacheAccessStrategyFactoryAbstractEhcacheRegionFactory. accessStrategyFactoryEhcacheAccessStrategyFactoryfor creating various access strategiesprotected EhcacheAccessStrategyFactoryAbstractEhcacheRegionFactory. accessStrategyFactoryEhcacheAccessStrategyFactoryfor creating various access strategies -
Uses of EhcacheAccessStrategyFactory in net.sf.ehcache.hibernate.nonstop
Classes in net.sf.ehcache.hibernate.nonstop that implement EhcacheAccessStrategyFactory Modifier and Type Class Description classNonstopAccessStrategyFactoryImplementation ofEhcacheAccessStrategyFactorythat takes care of Nonstop cache exceptions usingHibernateNonstopCacheExceptionHandlerConstructors in net.sf.ehcache.hibernate.nonstop with parameters of type EhcacheAccessStrategyFactory Constructor Description 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 Modifier and Type Field Description protected EhcacheAccessStrategyFactoryEhcacheDataRegion. accessStrategyFactoryTheEhcacheAccessStrategyFactoryused for creating various access strategiesConstructors in net.sf.ehcache.hibernate.regions with parameters of type EhcacheAccessStrategyFactory Constructor Description EhcacheCollectionRegion(EhcacheAccessStrategyFactory accessStrategyFactory, Ehcache underlyingCache, org.hibernate.cfg.Settings settings, org.hibernate.cache.CacheDataDescription metadata, java.util.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, java.util.Properties properties)Constructs an EhcacheEntityRegion around the given underlying cache.EhcacheQueryResultsRegion(EhcacheAccessStrategyFactory accessStrategyFactory, Ehcache underlyingCache, java.util.Properties properties)Constructs an EhcacheQueryResultsRegion around the given underlying cache.EhcacheTimestampsRegion(EhcacheAccessStrategyFactory accessStrategyFactory, Ehcache underlyingCache, java.util.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 Modifier and Type Class Description classEhcacheAccessStrategyFactoryImplClass implementingEhcacheAccessStrategyFactory
-