Uses of Interface
org.hibernate.cache.TransactionalDataRegion

Packages that use TransactionalDataRegion
org.hibernate.cache This package defines APIs/SPIs and implementations for the Hibernate second-level cache. 
org.hibernate.cache.impl.bridge   
org.hibernate.cache.jbc2   
org.hibernate.cache.jbc2.collection   
org.hibernate.cache.jbc2.entity   
org.hibernate.cache.jbc2.query   
org.hibernate.cache.jbc2.timestamp   
 

Uses of TransactionalDataRegion in org.hibernate.cache
 

Subinterfaces of TransactionalDataRegion 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.
 

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

Classes in org.hibernate.cache.impl.bridge that implement TransactionalDataRegion
 class BaseTransactionalDataRegionAdapter
          
 class CollectionRegionAdapter
          Adapter specifically bridging CollectionRegion to Cache.
 class EntityRegionAdapter
          Adapter specifically bridging EntityRegion to Cache.
 

Uses of TransactionalDataRegion in org.hibernate.cache.jbc2
 

Classes in org.hibernate.cache.jbc2 that implement TransactionalDataRegion
 class TransactionalDataRegionAdapter
          
 

Uses of TransactionalDataRegion in org.hibernate.cache.jbc2.collection
 

Classes in org.hibernate.cache.jbc2.collection that implement TransactionalDataRegion
 class CollectionRegionImpl
          Defines the behavior of the collection cache regions for JBossCache 2.x.
 

Uses of TransactionalDataRegion in org.hibernate.cache.jbc2.entity
 

Classes in org.hibernate.cache.jbc2.entity that implement TransactionalDataRegion
 class EntityRegionImpl
          Defines the behavior of the entity cache regions for JBossCache.
 

Uses of TransactionalDataRegion in org.hibernate.cache.jbc2.query
 

Classes in org.hibernate.cache.jbc2.query that implement TransactionalDataRegion
 class QueryResultsRegionImpl
          Defines the behavior of the query cache regions for JBossCache 2.x.
 

Uses of TransactionalDataRegion in org.hibernate.cache.jbc2.timestamp
 

Classes in org.hibernate.cache.jbc2.timestamp that implement TransactionalDataRegion
 class ClusteredConcurrentTimestampsRegionImpl
          Prototype of a clustered timestamps cache region impl usable if the TimestampsRegion API is changed.
 class TimestampsRegionImpl
          Defines the behavior of the timestamps cache region for JBossCache 2.x.
 



Copyright © null-null Red Hat Middleware, LLC. All Rights Reserved