|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.dao.support.DaoSupport org.springframework.orm.hibernate.support.HibernateDaoSupport com.atlassian.hibernate.HibernateObjectDao bucket.core.persistence.hibernate.CachableHibernateObjectDao
public abstract class CachableHibernateObjectDao
A version of the HibernateObjectDao
with a CacheManager
Field Summary | |
---|---|
protected com.atlassian.cache.CacheManager |
cacheManager
|
Fields inherited from class com.atlassian.hibernate.HibernateObjectDao |
---|
log |
Fields inherited from class org.springframework.dao.support.DaoSupport |
---|
logger |
Constructor Summary | |
---|---|
CachableHibernateObjectDao()
|
Method Summary | |
---|---|
void |
setCacheManager(com.atlassian.cache.CacheManager cacheManager)
|
Methods inherited from class org.springframework.orm.hibernate.support.HibernateDaoSupport |
---|
checkDaoConfig, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory |
Methods inherited from class org.springframework.dao.support.DaoSupport |
---|
afterPropertiesSet, initDao |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface bucket.core.persistence.ObjectDao |
---|
getPersistentClass |
Field Detail |
---|
protected com.atlassian.cache.CacheManager cacheManager
Constructor Detail |
---|
public CachableHibernateObjectDao()
Method Detail |
---|
public void setCacheManager(com.atlassian.cache.CacheManager cacheManager)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |