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.infinispan.collection   
org.hibernate.cache.infinispan.entity   
org.hibernate.cache.infinispan.impl   
org.hibernate.cache.infinispan.query   
org.hibernate.cache.jbc   
org.hibernate.cache.jbc.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.infinispan.collection
 

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

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

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

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

Classes in org.hibernate.cache.infinispan.impl that implement TransactionalDataRegion
 class BaseTransactionalDataRegion
          Support for Inifinispan TransactionalDataRegion implementors.
 

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

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

Uses of TransactionalDataRegion in org.hibernate.cache.jbc
 

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

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

Classes in org.hibernate.cache.jbc.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 © 2001-2010 Red Hat, Inc. All Rights Reserved.