Package | Description |
---|---|
org.itracker.model |
All entity classes are POJO beans.
|
org.itracker.persistence.dao |
This package contains all Data Access Object (XxxDAO) interfaces
along with their Hibernate implementations (XxxDAOImpl).
|
Modifier and Type | Field | Description |
---|---|---|
static Comparator<Report> |
Report.NAME_COMPARATOR |
Modifier and Type | Method | Description |
---|---|---|
Report |
ReportDAO.findByPrimaryKey(Integer reportId) |
Finds a report by id.
|
Report |
ReportDAOImpl.findByPrimaryKey(Integer id) |
Modifier and Type | Method | Description |
---|---|---|
List<Report> |
ReportDAO.findAll() |
Finds all existing reports.
|
List<Report> |
ReportDAOImpl.findAll() |
Copyright © 2002–2019 itracker. All rights reserved.