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 | Method | Description |
---|---|---|
List<IssueHistory> |
Issue.getHistory() |
Modifier and Type | Method | Description |
---|---|---|
void |
Issue.setHistory(List<IssueHistory> history) |
Modifier and Type | Method | Description |
---|---|---|
IssueHistory |
IssueHistoryDAO.findByPrimaryKey(Integer entryId) |
Returns the issue history entry with the given primary key.
|
IssueHistory |
IssueHistoryDAOImpl.findByPrimaryKey(Integer entryId) |
Modifier and Type | Method | Description |
---|---|---|
List<IssueHistory> |
IssueHistoryDAO.findByIssueId(Integer issueId) |
Finds all history entries for an Issue.
|
List<IssueHistory> |
IssueHistoryDAOImpl.findByIssueId(Integer issueId) |
Copyright © 2002–2019 itracker. All rights reserved.