|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.orm.hibernate.support.HibernateDaoSupport org.figure8.join.core.persistence.HibernateObjectDao org.figure8.join.core.persistence.GenericHibernateObjectDao
public class GenericHibernateObjectDao
This is a generic implementation of HibernateObjectDao
that uses java.lang.Object
as its persistent class.
Nested Class Summary | |
---|---|
static class |
GenericHibernateObjectDao.PersistentObjectsLoader
Inner class for loading all persistent objects |
Field Summary |
---|
Fields inherited from class org.springframework.orm.hibernate.support.HibernateDaoSupport |
---|
logger |
Constructor Summary | |
---|---|
GenericHibernateObjectDao()
Creates a new instance of GenericHibernateObjectDao |
Method Summary | |
---|---|
java.util.List |
findAll()
Find all entity objects associated with this Dao. |
java.lang.Class |
getPersistentClass()
Get the persistent class associated to this Dao. |
Methods inherited from class org.figure8.join.core.persistence.HibernateObjectDao |
---|
findAllSorted, findNamedQuery, findNamedQuery, findNamedQuery, findNamedQueryStringParam, findNamedQueryStringParam, findNamedQueryStringParam, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findSingleObject, getById, initialize, initializeAssociation, isInitialized, refresh, remove, replicate, save |
Methods inherited from class org.springframework.orm.hibernate.support.HibernateDaoSupport |
---|
afterPropertiesSet, closeSessionIfNecessary, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, initDao, setHibernateTemplate, setSessionFactory |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GenericHibernateObjectDao()
Method Detail |
---|
public java.util.List findAll()
findAll
in interface ObjectDao
findAll
in class HibernateObjectDao
public java.lang.Class getPersistentClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |