Uses of Interface
org.hibernate.cache.RegionFactory

Packages that use RegionFactory
org.hibernate.cache This package defines APIs/SPIs and implementations for the Hibernate second-level cache. 
org.hibernate.cache.impl   
org.hibernate.cache.impl.bridge   
org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. 
 

Uses of RegionFactory in org.hibernate.cache
 

Classes in org.hibernate.cache that implement RegionFactory
 class DelegatingRegionFactory
           
 class EhCacheRegionFactory
           
 class SingletonEhCacheRegionFactory
           
 

Uses of RegionFactory in org.hibernate.cache.impl
 

Classes in org.hibernate.cache.impl that implement RegionFactory
 class NoCachingRegionFactory
          Factory used if no caching enabled in config...
 

Uses of RegionFactory in org.hibernate.cache.impl.bridge
 

Classes in org.hibernate.cache.impl.bridge that implement RegionFactory
 class RegionFactoryCacheProviderBridge
          Acts as a bridge between the RegionFactory contract and the older CacheProvider contract.
 

Uses of RegionFactory in org.hibernate.cfg
 

Methods in org.hibernate.cfg that return RegionFactory
static RegionFactory SettingsFactory.createRegionFactory(java.util.Properties properties, boolean cachingEnabled)
           
 RegionFactory Settings.getRegionFactory()
           
 



Copyright © 2012. All Rights Reserved.