org.hibernate.cache.jbc2
Class MultiplexedJBossCacheRegionFactory
java.lang.Object
org.hibernate.cache.jbc.JBossCacheRegionFactory
org.hibernate.cache.jbc.MultiplexedJBossCacheRegionFactory
org.hibernate.cache.jbc2.MultiplexedJBossCacheRegionFactory
- All Implemented Interfaces:
- RegionFactory
Deprecated. use MultiplexedJBossCacheRegionFactory
public class MultiplexedJBossCacheRegionFactory
- extends MultiplexedJBossCacheRegionFactory
Deprecated version of superclass maintained solely for forwards
compatibility.
- Version:
- $Revision$
- Author:
- Brian Stansberry
Methods inherited from class org.hibernate.cache.jbc.JBossCacheRegionFactory |
buildCollectionRegion, buildEntityRegion, buildQueryResultsRegion, buildTimestampsRegion, getCacheInstanceManager, getDefaultAccessType, getRegionPrefix, isMinimalPutsEnabledByDefault, nextTimestamp, start, stop |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultiplexedJBossCacheRegionFactory
public MultiplexedJBossCacheRegionFactory(Properties props)
- Deprecated.
- FIXME Per the RegionFactory class Javadoc, this constructor version
should not be necessary.
- Parameters:
props
- The configuration properties
MultiplexedJBossCacheRegionFactory
public MultiplexedJBossCacheRegionFactory()
- Deprecated.
- Create a new MultiplexedJBossCacheRegionFactory.
Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.