Uses of Interface
org.hibernate.cache.spi.GeneralDataRegion

Packages that use GeneralDataRegion
org.hibernate.cache.ehcache.internal.regions   
org.hibernate.cache.infinispan.impl   
org.hibernate.cache.infinispan.query   
org.hibernate.cache.infinispan.timestamp   
org.hibernate.cache.spi Defines the Hibernate second level caching SPI. 
 

Uses of GeneralDataRegion in org.hibernate.cache.ehcache.internal.regions
 

Classes in org.hibernate.cache.ehcache.internal.regions that implement GeneralDataRegion
 class EhcacheQueryResultsRegion
          A query results region specific wrapper around an Ehcache instance.
 class EhcacheTimestampsRegion
          A timestamps region specific wrapper around an Ehcache instance.
 

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

Classes in org.hibernate.cache.infinispan.impl that implement GeneralDataRegion
 class BaseGeneralDataRegion
          Support for Infinispan GeneralDataRegion implementors.
 

Uses of GeneralDataRegion in org.hibernate.cache.infinispan.query
 

Classes in org.hibernate.cache.infinispan.query that implement GeneralDataRegion
 class QueryResultsRegionImpl
           
 

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

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

Uses of GeneralDataRegion in org.hibernate.cache.spi
 

Subinterfaces of GeneralDataRegion in org.hibernate.cache.spi
 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".
 



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