Uses of Interface
org.hibernate.cache.Region

Packages that use Region
org.hibernate.cache This package defines APIs/SPIs and implementations for the Hibernate second-level cache. 
org.hibernate.cache.impl.bridge   
org.hibernate.cache.infinispan.collection   
org.hibernate.cache.infinispan.entity   
org.hibernate.cache.infinispan.impl   
org.hibernate.cache.infinispan.query   
org.hibernate.cache.infinispan.timestamp   
org.hibernate.cache.jbc   
org.hibernate.cache.jbc.timestamp   
org.hibernate.engine This package contains classes that are "shared" by other packages, and implementations of some key algorithms. 
org.hibernate.impl This package contains implementations of the central Hibernate APIs, especially the Hibernate session. 
 

Uses of Region in org.hibernate.cache
 

Subinterfaces of Region in org.hibernate.cache
 interface CollectionRegion
          Defines the contract for a cache region which will specifically be used to store collection data.
 interface EntityRegion
          Defines the contract for a cache region which will specifically be used to store entity data.
 interface GeneralDataRegion
          Contract for general-purpose cache regions.
 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".
 interface TransactionalDataRegion
          Defines contract for regions which hold transactionally-managed data.
 

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

Classes in org.hibernate.cache.impl.bridge that implement Region
 class BaseGeneralDataRegionAdapter
          
 class BaseRegionAdapter
          Basic adapter bridging between Region and Cache.
 class BaseTransactionalDataRegionAdapter
          
 class CollectionRegionAdapter
          Adapter specifically bridging CollectionRegion to Cache.
 class EntityRegionAdapter
          Adapter specifically bridging EntityRegion to Cache.
 class QueryResultsRegionAdapter
          Adapter specifically briding QueryResultsRegion to Cache.
 class TimestampsRegionAdapter
          Adapter specifically briding TimestampsRegion to Cache.
 

Uses of Region in org.hibernate.cache.infinispan.collection
 

Classes in org.hibernate.cache.infinispan.collection that implement Region
 class CollectionRegionImpl
           
 

Uses of Region in org.hibernate.cache.infinispan.entity
 

Classes in org.hibernate.cache.infinispan.entity that implement Region
 class EntityRegionImpl
           
 

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

Classes in org.hibernate.cache.infinispan.impl that implement Region
 class BaseGeneralDataRegion
          Support for Infinispan GeneralDataRegion implementors.
 class BaseRegion
          Support for Infinispan Regions.
 class BaseTransactionalDataRegion
          Support for Inifinispan TransactionalDataRegion implementors.
 

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

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

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

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

Uses of Region in org.hibernate.cache.jbc
 

Classes in org.hibernate.cache.jbc that implement Region
 class BasicRegionAdapter
          General support for writing Region implementations for JBoss Cache 2.x.
 class TransactionalDataRegionAdapter
          
 

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

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

Uses of Region in org.hibernate.engine
 

Methods in org.hibernate.engine that return Region
 Region SessionFactoryImplementor.getSecondLevelCacheRegion(String regionName)
          Get a named second-level cache region
 

Uses of Region in org.hibernate.impl
 

Methods in org.hibernate.impl that return Region
 Region SessionFactoryImpl.getSecondLevelCacheRegion(String regionName)
           
 



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