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

Packages that use BasicRegionAdapter
org.hibernate.cache.jbc   
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 BasicRegionAdapter in org.hibernate.cache.jbc
 

Subclasses of BasicRegionAdapter in org.hibernate.cache.jbc
 class TransactionalDataRegionAdapter
          
 

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

Fields in org.hibernate.cache.jbc.access declared as BasicRegionAdapter
protected  BasicRegionAdapter TransactionalAccessDelegate.region
           
 

Constructors in org.hibernate.cache.jbc.access with parameters of type BasicRegionAdapter
TransactionalAccessDelegate(BasicRegionAdapter adapter, PutFromLoadValidator validator)
           
 

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

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

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

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

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

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

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

Subclasses of BasicRegionAdapter 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.