|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |