Uses of Interface
org.hibernate.cache.spi.CacheDataDescription

Packages that use CacheDataDescription
org.hibernate.cache.ehcache.internal.regions   
org.hibernate.cache.infinispan   
org.hibernate.cache.infinispan.collection   
org.hibernate.cache.infinispan.entity   
org.hibernate.cache.infinispan.impl   
org.hibernate.cache.internal   
org.hibernate.cache.spi   
org.hibernate.testing.cache   
 

Uses of CacheDataDescription in org.hibernate.cache.ehcache.internal.regions
 

Fields in org.hibernate.cache.ehcache.internal.regions declared as CacheDataDescription
protected  CacheDataDescription EhcacheTransactionalDataRegion.metadata
          Metadata associated with the objects stored in the region.
 

Methods in org.hibernate.cache.ehcache.internal.regions that return CacheDataDescription
 CacheDataDescription EhcacheTransactionalDataRegion.getCacheDataDescription()
          
 

Constructors in org.hibernate.cache.ehcache.internal.regions with parameters of type CacheDataDescription
EhcacheCollectionRegion(EhcacheAccessStrategyFactory accessStrategyFactory, net.sf.ehcache.Ehcache underlyingCache, Settings settings, CacheDataDescription metadata, Properties properties)
          Constructs an EhcacheCollectionRegion around the given underlying cache.
EhcacheEntityRegion(EhcacheAccessStrategyFactory accessStrategyFactory, net.sf.ehcache.Ehcache underlyingCache, Settings settings, CacheDataDescription metadata, Properties properties)
          Constructs an EhcacheEntityRegion around the given underlying cache.
 

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.internal
 

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

Methods in org.hibernate.cache.internal 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.spi
 

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

Methods in org.hibernate.cache.spi 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.testing.cache
 

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



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