Uses of Interface
org.hibernate.cache.CacheProvider

Packages that use CacheProvider
org.hibernate.cache This package defines APIs and implementations for the second-level cache and query cache. 
org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. 
 

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.cfg
 

Methods in org.hibernate.cfg that return CacheProvider
protected  CacheProvider SettingsFactory.createCacheProvider(Properties properties)
           
 CacheProvider Settings.getCacheProvider()