public abstract class

AbstractJndiBoundCacheProvider

extends Object
implements CacheProvider
java.lang.Object
   ↳ org.hibernate.cache.AbstractJndiBoundCacheProvider

Class Overview

Support for CacheProvider implementations which are backed by caches bound into JNDI namespace.

Summary

Public Constructors
AbstractJndiBoundCacheProvider()
Public Methods
Object getCache()
final void start(Properties properties)
Callback to perform any necessary initialization of the underlying cache implementation during SessionFactory construction.
final void stop()
Callback to perform any necessary cleanup of the underlying cache implementation during SessionFactory.close().
Protected Methods
void prepare(Properties properties)
void release()
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.hibernate.cache.CacheProvider

Public Constructors

public AbstractJndiBoundCacheProvider ()

Public Methods

public Object getCache ()

public final void start (Properties properties)

Callback to perform any necessary initialization of the underlying cache implementation during SessionFactory construction.

Parameters
properties current configuration settings.

public final void stop ()

Callback to perform any necessary cleanup of the underlying cache implementation during SessionFactory.close().

Protected Methods

protected void prepare (Properties properties)

protected void release ()