Uses of Interface
org.hibernate.cache.RegionFactory

Packages that use RegionFactory
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.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
protected  RegionFactory SettingsFactory.createRegionFactory(java.util.Properties properties, boolean cachingEnabled)
           
 RegionFactory Settings.getRegionFactory()
           
 



Copyright © 2008 Hibernate.org. All Rights Reserved.