Uses of Interface
org.hibernate.cache.CacheDataDescription

Packages that use CacheDataDescription
org.hibernate.cache This package defines APIs/SPIs and implementations for the Hibernate second-level cache. 
org.hibernate.cache.impl   
org.hibernate.cache.impl.bridge   
org.hibernate.cache.infinispan   
org.hibernate.cache.infinispan.collection   
org.hibernate.cache.infinispan.entity   
org.hibernate.cache.infinispan.impl   
org.hibernate.cache.jbc   
org.hibernate.cache.jbc.access   
org.hibernate.cache.jbc.collection   
org.hibernate.cache.jbc.entity   
 

Uses of CacheDataDescription in org.hibernate.cache
 

Methods in org.hibernate.cache that return CacheDataDescription
 CacheDataDescription TransactionalDataRegion.getCacheDataDescription()
           
 

Methods in org.hibernate.cache with parameters of type CacheDataDescription
 CollectionRegion RegionFactory.buildCollectionRegion(String regionName, Properties properties, CacheDataDescription metadata)
          Build a cache region specialized for storing collection data.
 EntityRegion RegionFactory.buildEntityRegion(String regionName, Properties properties, CacheDataDescription metadata)
          Build a cache region specialized for storing entity data.
 

Uses of CacheDataDescription in org.hibernate.cache.impl
 

Classes in org.hibernate.cache.impl that implement CacheDataDescription
 class CacheDataDescriptionImpl
          
 

Methods in org.hibernate.cache.impl with parameters of type CacheDataDescription
 CollectionRegion NoCachingRegionFactory.buildCollectionRegion(String regionName, Properties properties, CacheDataDescription metadata)
           
 EntityRegion NoCachingRegionFactory.buildEntityRegion(String regionName, Properties properties, CacheDataDescription metadata)
           
 

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

Fields in org.hibernate.cache.impl.bridge declared as CacheDataDescription
protected  CacheDataDescription BaseTransactionalDataRegionAdapter.metadata
           
 

Methods in org.hibernate.cache.impl.bridge that return CacheDataDescription
 CacheDataDescription BaseTransactionalDataRegionAdapter.getCacheDataDescription()
           
 

Methods in org.hibernate.cache.impl.bridge with parameters of type CacheDataDescription
 CollectionRegion RegionFactoryCacheProviderBridge.buildCollectionRegion(String regionName, Properties properties, CacheDataDescription metadata)
           
 EntityRegion RegionFactoryCacheProviderBridge.buildEntityRegion(String regionName, Properties properties, CacheDataDescription metadata)
           
 

Constructors in org.hibernate.cache.impl.bridge with parameters of type CacheDataDescription
BaseTransactionalDataRegionAdapter(Cache underlyingCache, Settings settings, CacheDataDescription metadata)
           
CollectionRegionAdapter(Cache underlyingCache, Settings settings, CacheDataDescription metadata)
           
EntityRegionAdapter(Cache underlyingCache, Settings settings, CacheDataDescription metadata)
           
OptimisticCacheSourceAdapter(CacheDataDescription dataDescription)
           
 

Uses of CacheDataDescription in org.hibernate.cache.infinispan
 

Methods in org.hibernate.cache.infinispan with parameters of type CacheDataDescription
 CollectionRegion InfinispanRegionFactory.buildCollectionRegion(String regionName, Properties properties, CacheDataDescription metadata)
          Build a cache region specialized for storing collection data.
 EntityRegion InfinispanRegionFactory.buildEntityRegion(String regionName, Properties properties, CacheDataDescription metadata)
          Build a cache region specialized for storing entity data.
 

Uses of CacheDataDescription in org.hibernate.cache.infinispan.collection
 

Constructors in org.hibernate.cache.infinispan.collection with parameters of type CacheDataDescription
CollectionRegionImpl(CacheAdapter cacheAdapter, String name, CacheDataDescription metadata, TransactionManager transactionManager, RegionFactory factory)
           
 

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

Constructors in org.hibernate.cache.infinispan.entity with parameters of type CacheDataDescription
EntityRegionImpl(CacheAdapter cacheAdapter, String name, CacheDataDescription metadata, TransactionManager transactionManager, RegionFactory factory)
           
 

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

Methods in org.hibernate.cache.infinispan.impl that return CacheDataDescription
 CacheDataDescription BaseTransactionalDataRegion.getCacheDataDescription()
           
 

Constructors in org.hibernate.cache.infinispan.impl with parameters of type CacheDataDescription
BaseTransactionalDataRegion(CacheAdapter cacheAdapter, String name, CacheDataDescription metadata, TransactionManager transactionManager, RegionFactory factory)
           
 

Uses of CacheDataDescription in org.hibernate.cache.jbc
 

Fields in org.hibernate.cache.jbc declared as CacheDataDescription
protected  CacheDataDescription TransactionalDataRegionAdapter.metadata
           
 

Methods in org.hibernate.cache.jbc that return CacheDataDescription
 CacheDataDescription TransactionalDataRegionAdapter.getCacheDataDescription()
          
 

Methods in org.hibernate.cache.jbc with parameters of type CacheDataDescription
 CollectionRegion JBossCacheRegionFactory.buildCollectionRegion(String regionName, Properties properties, CacheDataDescription metadata)
           
 EntityRegion JBossCacheRegionFactory.buildEntityRegion(String regionName, Properties properties, CacheDataDescription metadata)
           
 

Constructors in org.hibernate.cache.jbc with parameters of type CacheDataDescription
TransactionalDataRegionAdapter(org.jboss.cache.Cache jbcCache, String regionName, String regionPrefix, CacheDataDescription metadata)
           
 

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

Fields in org.hibernate.cache.jbc.access declared as CacheDataDescription
protected  CacheDataDescription OptimisticTransactionalAccessDelegate.dataDescription
           
 

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

Constructors in org.hibernate.cache.jbc.collection with parameters of type CacheDataDescription
CollectionRegionImpl(org.jboss.cache.Cache jbcCache, String regionName, String regionPrefix, CacheDataDescription metadata)
           
 

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

Constructors in org.hibernate.cache.jbc.entity with parameters of type CacheDataDescription
EntityRegionImpl(org.jboss.cache.Cache jbcCache, String regionName, String regionPrefix, CacheDataDescription metadata)
           
 



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.