Uses of Interface
org.hibernate.cache.jbc2.CacheInstanceManager

Packages that use CacheInstanceManager
org.hibernate.cache.jbc2   
org.hibernate.cache.jbc2.builder   
 

Uses of CacheInstanceManager in org.hibernate.cache.jbc2
 

Methods in org.hibernate.cache.jbc2 that return CacheInstanceManager
 CacheInstanceManager JBossCacheRegionFactory.getCacheInstanceManager()
           
 

Constructors in org.hibernate.cache.jbc2 with parameters of type CacheInstanceManager
JBossCacheRegionFactory(CacheInstanceManager cacheInstanceManager)
          Create a new JBossCacheRegionFactory that uses the provided CacheInstanceManager.
 

Uses of CacheInstanceManager in org.hibernate.cache.jbc2.builder
 

Classes in org.hibernate.cache.jbc2.builder that implement CacheInstanceManager
 class JndiMultiplexingCacheInstanceManager
          A MultiplexingCacheInstanceManager that finds its cache factory in JNDI rather than creating one itself.
 class JndiSharedCacheInstanceManager
          A SharedCacheInstanceManager that finds the shared cache in JNDI rather than instantiating one from an XML config file.
 class MultiplexingCacheInstanceManager
          Allows building separate Cache instances for each type of region, with the expectation that a single multiplexed JGroups resource (i.e.
 class SharedCacheInstanceManager
          A CacheInstanceManager implementation where we use a single JBoss Cache instance for each type of region.
 



Copyright © 2009 Hibernate.org. All Rights Reserved.