public class HibernateReportDao extends HibernateDao<Report,Long> implements ReportDao
| Constructor and Description |
|---|
HibernateReportDao() |
| Modifier and Type | Method and Description |
|---|---|
List<Report> |
getReportsByType(ReportType type)
Get all reports of a type.
|
applyOrder, count, createOrder, delete, deleteById, enableFilter, exists, findByNamedQuery, get, get, getAll, getAll, getAllDistinct, getCriteriaBuilderMap, getEntityClass, getHibernateTemplate, getKeys, getPage, getSession, getSessionFactory, initialize, initialize, isCachePageQueries, save, setCachePageQueries, setCriteriaBuilderMap, setEntityClass, setHibernateTemplate, setSessionFactorydelete, deleteById, saveclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdelete, delete, deleteById, deleteById, exists, findByNamedQuery, get, get, getAll, getAll, getEntityClass, initialize, initialize, save, savegetKeys, getPagepublic List<Report> getReportsByType(ReportType type)
ReportDaogetReportsByType in interface ReportDaotype - the report typeCopyright © 2014 JDAL. All Rights Reserved.