|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.dao.support.DaoSupport
org.springframework.orm.hibernate3.support.HibernateDaoSupport
com.rapidtransform.core.dao.hibernate.GenericDAOHibernate<Document,java.lang.Long>
com.rapidtransform.doc.dao.hibernate.DocumentDAOHibernate
public class DocumentDAOHibernate
This class defines the Hibernate data access code for Document objects. Methods in this class define how Document data can be accessed, updated, and removed.
Constructor Summary | |
---|---|
DocumentDAOHibernate()
|
Method Summary |
---|
Methods inherited from class com.rapidtransform.core.dao.hibernate.GenericDAOHibernate |
---|
findAll, findById, findByType, getPersistentClass, remove, save, setPersistentClass |
Methods inherited from class org.springframework.orm.hibernate3.support.HibernateDaoSupport |
---|
getHibernateTemplate, getSessionFactory, setHibernateTemplate, setSessionFactory |
Methods inherited from class org.springframework.dao.support.DaoSupport |
---|
afterPropertiesSet |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.rapidtransform.core.dao.GenericDAO |
---|
findAll, findById, findByType, remove, save |
Constructor Detail |
---|
public DocumentDAOHibernate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |