Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » cache » impl » bridge » [javadoc | source]
org.hibernate.cache.impl.bridge
public class: RegionFactoryCacheProviderBridge [javadoc | source]
java.lang.Object
   org.hibernate.cache.impl.bridge.RegionFactoryCacheProviderBridge

All Implemented Interfaces:
    RegionFactory

Acts as a bridge between the RegionFactory contract and the older CacheProvider contract.
Field Summary
public static final  String DEF_PROVIDER     
Constructor:
 public RegionFactoryCacheProviderBridge(Properties properties) 
Method from org.hibernate.cache.impl.bridge.RegionFactoryCacheProviderBridge Summary:
buildCollectionRegion,   buildEntityRegion,   buildQueryResultsRegion,   buildTimestampsRegion,   getCacheProvider,   isMinimalPutsEnabledByDefault,   nextTimestamp,   start,   stop
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.cache.impl.bridge.RegionFactoryCacheProviderBridge Detail:
 public CollectionRegion buildCollectionRegion(String regionName,
    Properties properties,
    CacheDataDescription metadata) throws CacheException 
 public EntityRegion buildEntityRegion(String regionName,
    Properties properties,
    CacheDataDescription metadata) throws CacheException 
 public QueryResultsRegion buildQueryResultsRegion(String regionName,
    Properties properties) throws CacheException 
 public TimestampsRegion buildTimestampsRegion(String regionName,
    Properties properties) throws CacheException 
 public CacheProvider getCacheProvider() 
 public boolean isMinimalPutsEnabledByDefault() 
 public long nextTimestamp() 
 public  void start(Settings settings,
    Properties properties) throws CacheException 
 public  void stop()