public interface ReportDao extends Dao<Report,Long>
| Modifier and Type | Method and Description |
|---|---|
List<Report> |
getReportsByType(ReportType type)
Get all reports of a type.
|
delete, delete, deleteById, deleteById, exists, findByNamedQuery, get, get, getAll, getAll, getEntityClass, initialize, initialize, save, savegetKeys, getPageList<Report> getReportsByType(ReportType type)
type - the report typeCopyright © 2014 JDAL. All Rights Reserved.