org.appfuse.dao.hibernate
Class LookupDaoHibernate

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.orm.hibernate3.support.HibernateDaoSupport
          extended by org.appfuse.dao.hibernate.BaseDaoHibernate
              extended by org.appfuse.dao.hibernate.LookupDaoHibernate
All Implemented Interfaces:
Dao, LookupDao, InitializingBean

public class LookupDaoHibernate
extends BaseDaoHibernate
implements LookupDao

Hibernate implementation of LookupDao.

View Source

Author:
Matt Raible

Field Summary
 
Fields inherited from class org.appfuse.dao.hibernate.BaseDaoHibernate
log
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
LookupDaoHibernate()
           
 
Method Summary
 List getRoles()
           
 
Methods inherited from class org.appfuse.dao.hibernate.BaseDaoHibernate
getObject, getObjects, removeObject, saveObject
 
Methods inherited from class org.springframework.orm.hibernate3.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 org.appfuse.dao.Dao
getObject, getObjects, removeObject, saveObject
 

Constructor Detail

LookupDaoHibernate

public LookupDaoHibernate()
Method Detail

getRoles

public List getRoles()
Specified by:
getRoles in interface LookupDao
See Also:
LookupDao.getRoles()


Copyright � 2002-2006