ehcache

Uses of Interface
net.sf.ehcache.hibernate.strategy.EhcacheAccessStrategyFactory

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

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


ehcache

Copyright 2001-2017, Terracotta, Inc.