Uses of Interface
org.hibernate.cache.CacheProvider

Packages that use CacheProvider
org.hibernate.cache This package defines APIs/SPIs and implementations for the Hibernate second-level cache. 
org.hibernate.cache.impl.bridge   
 

Uses of CacheProvider in org.hibernate.cache
 

Classes in org.hibernate.cache that implement CacheProvider
 class AbstractJndiBoundCacheProvider
          Support for CacheProvider implementations which are backed by caches bound into JNDI namespace.
 class EhCacheProvider
          Cache Provider plugin for ehcache-1.2.
 class HashtableCacheProvider
          A simple in-memory Hashtable-based cache impl.
 class JndiBoundTreeCacheProvider
          Support for JBossCache (TreeCache), where the cache instance is available via JNDI lookup.
 class NoCacheProvider
          Implementation of NoCacheProvider.
 class OptimisticTreeCacheProvider
          Support for a standalone JBossCache TreeCache instance utilizing TreeCache's optimistic locking capabilities.
 class OSCacheProvider
          Support for OpenSymphony OSCache.
 class SingletonEhCacheProvider
          Singleton cache Provider plugin for Hibernate 3.2 and ehcache-1.2.
 class SwarmCacheProvider
          Support for SwarmCache replicated cache.
 class TreeCacheProvider
          Support for a standalone JBossCache (TreeCache) instance.
 

Uses of CacheProvider in org.hibernate.cache.impl.bridge
 

Methods in org.hibernate.cache.impl.bridge that return CacheProvider
 CacheProvider RegionFactoryCacheProviderBridge.getCacheProvider()
           
 



Copyright © null-null Red Hat Middleware, LLC. All Rights Reserved