Uses of Interface
org.hibernate.cache.TimestampsRegion

Packages that use TimestampsRegion
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   
 

Uses of TimestampsRegion in org.hibernate.cache
 

Methods in org.hibernate.cache that return TimestampsRegion
 TimestampsRegion RegionFactory.buildTimestampsRegion(java.lang.String regionName, java.util.Properties properties)
          Build a cache region specialized for storing update-timestamps data.
 TimestampsRegion UpdateTimestampsCache.getRegion()
           
 

Uses of TimestampsRegion in org.hibernate.cache.impl
 

Methods in org.hibernate.cache.impl that return TimestampsRegion
 TimestampsRegion NoCachingRegionFactory.buildTimestampsRegion(java.lang.String regionName, java.util.Properties properties)
           
 

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

Classes in org.hibernate.cache.impl.bridge that implement TimestampsRegion
 class TimestampsRegionAdapter
          Adapter specifically briding TimestampsRegion to Cache.
 

Methods in org.hibernate.cache.impl.bridge that return TimestampsRegion
 TimestampsRegion RegionFactoryCacheProviderBridge.buildTimestampsRegion(java.lang.String regionName, java.util.Properties properties)
           
 



Copyright © 2008 Hibernate.org. All Rights Reserved.