|
||||||||||
| 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
info.joseluismartin.dao.hibernate.HibernateDao<Report,Long>
info.joseluismartin.dao.hibernate.HibernateReportDao
public class HibernateReportDao
| Field Summary |
|---|
| Fields inherited from class org.springframework.dao.support.DaoSupport |
|---|
logger |
| Constructor Summary | |
|---|---|
HibernateReportDao()
|
|
| Method Summary | |
|---|---|
List<Report> |
getReportsByType(ReportType type)
Get all reports of a type. |
| Methods inherited from class info.joseluismartin.dao.hibernate.HibernateDao |
|---|
applyOrder, count, createOrder, delete, deleteById, enableFilter, exists, findByNamedQuery, get, get, getAll, getAll, getAllDistinct, getCriteriaBuilderMap, getEntityClass, getKeys, getPage, initialize, initialize, isCachePageQueries, save, setCachePageQueries, setCriteriaBuilderMap, setEntityClass |
| 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 info.joseluismartin.dao.Dao |
|---|
delete, deleteById, exists, findByNamedQuery, get, get, getAll, getAll, initialize, initialize, save |
| Methods inherited from interface info.joseluismartin.dao.PageableDataSource |
|---|
getKeys, getPage |
| Constructor Detail |
|---|
public HibernateReportDao()
| Method Detail |
|---|
public List<Report> getReportsByType(ReportType type)
ReportDao
getReportsByType in interface ReportDaotype - the report type
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||