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   
org.hibernate.cache.infinispan   
org.hibernate.cache.infinispan.timestamp   
org.hibernate.cache.jbc   
org.hibernate.cache.jbc.timestamp   
 

Uses of TimestampsRegion in org.hibernate.cache
 

Methods in org.hibernate.cache that return TimestampsRegion
 TimestampsRegion RegionFactory.buildTimestampsRegion(String regionName, 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(String regionName, 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(String regionName, Properties properties)
           
 

Uses of TimestampsRegion in org.hibernate.cache.infinispan
 

Methods in org.hibernate.cache.infinispan that return TimestampsRegion
 TimestampsRegion InfinispanRegionFactory.buildTimestampsRegion(String regionName, Properties properties)
          Build a cache region specialized for storing update-timestamps data.
 

Uses of TimestampsRegion in org.hibernate.cache.infinispan.timestamp
 

Classes in org.hibernate.cache.infinispan.timestamp that implement TimestampsRegion
 class TimestampsRegionImpl
          Defines the behavior of the timestamps cache region for Infinispan.
 

Uses of TimestampsRegion in org.hibernate.cache.jbc
 

Methods in org.hibernate.cache.jbc that return TimestampsRegion
 TimestampsRegion JBossCacheRegionFactory.buildTimestampsRegion(String regionName, Properties properties)
           
 

Uses of TimestampsRegion in org.hibernate.cache.jbc.timestamp
 

Classes in org.hibernate.cache.jbc.timestamp that implement TimestampsRegion
 class ClusteredConcurrentTimestampsRegionImpl
          Prototype of a clustered timestamps cache region impl usable if the TimestampsRegion API is changed.
 



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.