Uses of Class
org.hibernate.cache.jbc.TransactionalDataRegionAdapter

Packages that use TransactionalDataRegionAdapter
org.hibernate.cache.jbc.access   
org.hibernate.cache.jbc.collection   
org.hibernate.cache.jbc.entity   
org.hibernate.cache.jbc.query   
org.hibernate.cache.jbc.timestamp   
 

Uses of TransactionalDataRegionAdapter in org.hibernate.cache.jbc.access
 

Constructors in org.hibernate.cache.jbc.access with parameters of type TransactionalDataRegionAdapter
OptimisticTransactionalAccessDelegate(TransactionalDataRegionAdapter region, PutFromLoadValidator validator)
           
 

Uses of TransactionalDataRegionAdapter in org.hibernate.cache.jbc.collection
 

Subclasses of TransactionalDataRegionAdapter in org.hibernate.cache.jbc.collection
 class CollectionRegionImpl
          Defines the behavior of the collection cache regions for JBossCache 2.x.
 

Uses of TransactionalDataRegionAdapter in org.hibernate.cache.jbc.entity
 

Subclasses of TransactionalDataRegionAdapter in org.hibernate.cache.jbc.entity
 class EntityRegionImpl
          Defines the behavior of the entity cache regions for JBossCache.
 

Uses of TransactionalDataRegionAdapter in org.hibernate.cache.jbc.query
 

Subclasses of TransactionalDataRegionAdapter in org.hibernate.cache.jbc.query
 class QueryResultsRegionImpl
          Defines the behavior of the query cache regions for JBossCache 2.x.
 

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

Subclasses of TransactionalDataRegionAdapter in org.hibernate.cache.jbc.timestamp
 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.