public abstract class

CachableHibernateObjectDao

extends HibernateObjectDao
java.lang.Object
   ↳ org.springframework.dao.support.DaoSupport
     ↳ org.springframework.orm.hibernate.support.HibernateDaoSupport
       ↳ com.atlassian.hibernate.HibernateObjectDao
         ↳ bucket.core.persistence.hibernate.CachableHibernateObjectDao

Class Overview

A version of the HibernateObjectDao with a CacheManager

Summary

Fields
protected CacheManager cacheManager
[Expand]
Inherited Fields
From class com.atlassian.hibernate.HibernateObjectDao
From class org.springframework.dao.support.DaoSupport
Public Constructors
CachableHibernateObjectDao()
Public Methods
void setCacheManager(CacheManager cacheManager)
[Expand]
Inherited Methods
From class com.atlassian.hibernate.HibernateObjectDao
From class org.springframework.orm.hibernate.support.HibernateDaoSupport
From class org.springframework.dao.support.DaoSupport
From class java.lang.Object
From interface bucket.core.persistence.ObjectDao
From interface org.springframework.beans.factory.InitializingBean

Fields

protected CacheManager cacheManager

Public Constructors

public CachableHibernateObjectDao ()

Public Methods

public void setCacheManager (CacheManager cacheManager)