|
||||||||||
| 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
org.itracker.persistence.dao.BaseHibernateDAOImpl<Report>
org.itracker.persistence.dao.ReportDAOImpl
public class ReportDAOImpl
| Field Summary |
|---|
| Fields inherited from class org.springframework.dao.support.DaoSupport |
|---|
logger |
| Constructor Summary | |
|---|---|
ReportDAOImpl()
|
|
| Method Summary | |
|---|---|
List<Report> |
findAll()
Finds all existing reports. |
Report |
findByPrimaryKey(Integer id)
Finds a report by id. |
| Methods inherited from class org.itracker.persistence.dao.BaseHibernateDAOImpl |
|---|
delete, detach, merge, refresh, save, saveOrUpdate |
| 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.itracker.persistence.dao.BaseDAO |
|---|
delete, detach, merge, refresh, save, saveOrUpdate |
| Constructor Detail |
|---|
public ReportDAOImpl()
| Method Detail |
|---|
public Report findByPrimaryKey(Integer id)
ReportDAO
findByPrimaryKey in interface ReportDAOid - system ID
public List<Report> findAll()
ReportDAO
findAll in interface ReportDAO
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||