|
||||||||||
| 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.JndiSharedJBossCacheRegionFactory
@Deprecated public class JndiSharedJBossCacheRegionFactory
JBossCacheRegionFactory that uses
JndiSharedCacheInstanceManager as its
CacheInstanceManager.
Basically, uses a single shared JBoss Cache for entities, collections,
queries and timestamps. The JBoss Cache instance is found in JNDI
using the value of the JndiSharedCacheInstanceManager.CACHE_RESOURCE_PROP
configuration property as the name to look up.
| Constructor Summary | |
|---|---|
JndiSharedJBossCacheRegionFactory()
Deprecated. Create a new MultiplexedJBossCacheRegionFactory. |
|
JndiSharedJBossCacheRegionFactory(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 JndiSharedJBossCacheRegionFactory(Properties props)
props - The configuration propertiespublic JndiSharedJBossCacheRegionFactory()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||