Package | Description |
---|---|
org.hibernate.cache.jbc | |
org.hibernate.cache.jbc.builder | |
org.hibernate.cache.jbc2 |
Modifier and Type | Method and Description |
---|---|
CacheInstanceManager |
JBossCacheRegionFactory.getCacheInstanceManager()
Deprecated.
|
Constructor and Description |
---|
JBossCacheRegionFactory(CacheInstanceManager cacheInstanceManager)
Deprecated.
Create a new JBossCacheRegionFactory that uses the provided
CacheInstanceManager . |
Modifier and Type | Class and Description |
---|---|
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. |
Constructor and Description |
---|
JBossCacheRegionFactory(CacheInstanceManager cacheInstanceManager)
Deprecated.
Create a new JBossCacheRegionFactory that uses the provided
CacheInstanceManager . |
Copyright © 2002-2012 Red Hat Middleware, LLC. All Rights Reserved