Uses of Interface
org.hibernate.cache.RegionFactory

Packages that use RegionFactory
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.infinispan.query   
org.hibernate.cache.infinispan.timestamp   
org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. 
 

Uses of RegionFactory in org.hibernate.cache
 

Classes in org.hibernate.cache that implement RegionFactory
 class DelegatingRegionFactory
           
 class EhCacheRegionFactory
           
 class SingletonEhCacheRegionFactory
           
 

Uses of RegionFactory in org.hibernate.cache.impl
 

Classes in org.hibernate.cache.impl that implement RegionFactory
 class NoCachingRegionFactory
          Factory used if no caching enabled in config...
 

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

Classes in org.hibernate.cache.impl.bridge that implement RegionFactory
 class RegionFactoryCacheProviderBridge
          Acts as a bridge between the RegionFactory contract and the older CacheProvider contract.
 

Uses of RegionFactory in org.hibernate.cache.infinispan
 

Classes in org.hibernate.cache.infinispan that implement RegionFactory
 class InfinispanRegionFactory
          A RegionFactory for Infinispan-backed cache regions.
 class JndiInfinispanRegionFactory
          A RegionFactory for Infinispan-backed cache regions that finds its cache manager in JNDI rather than creating one itself.
 

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

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

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

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

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

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

Uses of RegionFactory in org.hibernate.cache.infinispan.query
 

Constructors in org.hibernate.cache.infinispan.query with parameters of type RegionFactory
QueryResultsRegionImpl(CacheAdapter cacheAdapter, String name, Properties properties, TransactionManager transactionManager, RegionFactory factory)
           
 

Uses of RegionFactory in org.hibernate.cache.infinispan.timestamp
 

Constructors in org.hibernate.cache.infinispan.timestamp with parameters of type RegionFactory
TimestampsRegionImpl(CacheAdapter cacheAdapter, String name, TransactionManager transactionManager, RegionFactory factory)
           
 

Uses of RegionFactory in org.hibernate.cfg
 

Methods in org.hibernate.cfg that return RegionFactory
static RegionFactory SettingsFactory.createRegionFactory(Properties properties, boolean cachingEnabled)
           
 RegionFactory Settings.getRegionFactory()
           
 



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