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   
 

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.
 



Copyright © 2008 Hibernate.org. All Rights Reserved.