org.hibernate.cache.jbc2
Class SharedJBossCacheRegionFactory
java.lang.Object
org.hibernate.cache.jbc2.JBossCacheRegionFactory
org.hibernate.cache.jbc2.SharedJBossCacheRegionFactory
- All Implemented Interfaces:
- RegionFactory
public class SharedJBossCacheRegionFactory
- extends JBossCacheRegionFactory
JBossCacheRegionFactory
that uses
SharedCacheInstanceManager
as its
CacheInstanceManager
.
Basically, uses a single shared JBoss Cache for entities, collections,
queries and timestamps. The JBoss Cache instance created by the
JBC DefaultCacheFactory
using the resource identified by the
JndiSharedCacheInstanceManager.CACHE_RESOURCE_PROP
configuration property.
- Version:
- $Revision$
- Author:
- Brian Stansberry
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SharedJBossCacheRegionFactory
public SharedJBossCacheRegionFactory(Properties props)
- FIXME Per the RegionFactory class Javadoc, this constructor version
should not be necessary.
- Parameters:
props
- The configuration properties
SharedJBossCacheRegionFactory
public SharedJBossCacheRegionFactory()
- Create a new MultiplexedJBossCacheRegionFactory.
Copyright © null-null Red Hat Middleware, LLC. All Rights Reserved