org.hibernate.cache
public abstract class AbstractJndiBoundCacheProvider extends java.lang.Object implements CacheProvider
Constructor and Description |
---|
AbstractJndiBoundCacheProvider() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getCache() |
protected void |
prepare(java.util.Properties properties) |
protected void |
release() |
void |
start(java.util.Properties properties)
Callback to perform any necessary initialization of the underlying cache implementation during SessionFactory
construction.
|
void |
stop()
Callback to perform any necessary cleanup of the underlying cache
implementation during SessionFactory.close().
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
buildCache, isMinimalPutsEnabledByDefault, nextTimestamp
protected void prepare(java.util.Properties properties)
protected void release()
public final void start(java.util.Properties properties) throws CacheException
start
in interface CacheProvider
properties
- current configuration settings.CacheException
public final void stop()
stop
in interface CacheProvider
public java.lang.Object getCache()
Copyright © 2014. All Rights Reserved.