| org.hibernate.cache.jbc |
|
| Java Source File Name | Type | Comment |
| BasicRegionAdapter.java | Class | General support for writing
Region implementations for JBoss Cache
2.x. |
| CacheInstanceManager.java | Interface | Acts as a buffer from how instances of
Cache are built/obtained. |
| JBossCacheRegionFactory.java | Class | RegionFactory that uses one or more JBoss Cache instances for
caching entities, collections, queries and timestamps. |
| JndiMultiplexedJBossCacheRegionFactory.java | Class | JBossCacheRegionFactory that uses
JndiMultiplexingCacheInstanceManager as its
JndiMultiplexedJBossCacheRegionFactory.getCacheInstanceManager() CacheInstanceManager .
Supports separate JBoss Cache instances for entity, collection, query
and timestamp caching, with the expectation that a single multiplexed JGroups
resource (i.e. |
| JndiSharedJBossCacheRegionFactory.java | Class | JBossCacheRegionFactory that uses
JndiSharedCacheInstanceManager as its
JndiSharedJBossCacheRegionFactory.getCacheInstanceManager() CacheInstanceManager .
Basically, uses a single shared JBoss Cache for entities, collections,
queries and timestamps. |
| MultiplexedJBossCacheRegionFactory.java | Class | JBossCacheRegionFactory that uses
MultiplexingCacheInstanceManager as its
MultiplexedJBossCacheRegionFactory.getCacheInstanceManager() CacheInstanceManager .
Supports separate JBoss Cache instances for entity, collection, query
and timestamp caching, with the expectation that a single JGroups resource
(i.e. |
| SharedJBossCacheRegionFactory.java | Class | JBossCacheRegionFactory that uses
SharedCacheInstanceManager as its
SharedJBossCacheRegionFactory.getCacheInstanceManager() CacheInstanceManager .
Basically, uses a single shared JBoss Cache for entities, collections,
queries and timestamps. |
| TransactionalDataRegionAdapter.java | Class | |