Uses of Interface
org.hibernate.cache.GeneralDataRegion

Packages that use GeneralDataRegion
org.hibernate.cache This package defines APIs/SPIs and implementations for the Hibernate second-level cache. 
org.hibernate.cache.impl.bridge   
 

Uses of GeneralDataRegion in org.hibernate.cache
 

Subinterfaces of GeneralDataRegion in org.hibernate.cache
 interface QueryResultsRegion
          Defines the contract for a cache region which will specifically be used to store query results.
 interface TimestampsRegion
          Defines the contract for a cache region which will specifically be used to store entity "update timestamps".
 

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

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



Copyright © 2008 Hibernate.org. All Rights Reserved.