|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.cache.jbc.JBossCacheRegionFactory
org.hibernate.cache.jbc.SharedJBossCacheRegionFactory
@Deprecated public class SharedJBossCacheRegionFactory
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.
| Constructor Summary | |
|---|---|
SharedJBossCacheRegionFactory()
Deprecated. Create a new MultiplexedJBossCacheRegionFactory. |
|
SharedJBossCacheRegionFactory(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 |
|---|
public SharedJBossCacheRegionFactory(Properties props)
props - The configuration propertiespublic SharedJBossCacheRegionFactory()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||