org.hibernate.cache.jbc2
Class JBossCacheRegionFactory

java.lang.Object
  extended by org.hibernate.cache.jbc.JBossCacheRegionFactory
      extended by org.hibernate.cache.jbc2.JBossCacheRegionFactory
All Implemented Interfaces:
RegionFactory

Deprecated. use JBossCacheRegionFactory

@Deprecated
public class JBossCacheRegionFactory
extends JBossCacheRegionFactory

Deprecated version of superclass maintained solely for forwards compatibility.

Author:
Steve Ebersole, Brian Stansberry

Constructor Summary
JBossCacheRegionFactory()
          Deprecated. Create a new JBossCacheRegionFactory.
JBossCacheRegionFactory(CacheInstanceManager cacheInstanceManager)
          Deprecated. Create a new JBossCacheRegionFactory that uses the provided CacheInstanceManager.
JBossCacheRegionFactory(Properties props)
          Deprecated. FIXME Per the RegionFactory class Javadoc, this constructor version should not be necessary.
 
Method Summary
 
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
 

Constructor Detail

JBossCacheRegionFactory

public JBossCacheRegionFactory(Properties props)
Deprecated. 
FIXME Per the RegionFactory class Javadoc, this constructor version should not be necessary.

Parameters:
props - The configuration properties

JBossCacheRegionFactory

public JBossCacheRegionFactory()
Deprecated. 
Create a new JBossCacheRegionFactory.


JBossCacheRegionFactory

public JBossCacheRegionFactory(CacheInstanceManager cacheInstanceManager)
Deprecated. 
Create a new JBossCacheRegionFactory that uses the provided CacheInstanceManager.

Parameters:
cacheInstanceManager - The contract for how we get JBC cache instances.


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