BaseDAO<IssueHistory>, IssueHistoryDAOpublic class IssueHistoryDAOImpl extends BaseHibernateDAOImpl<IssueHistory> implements IssueHistoryDAO
| Constructor | Description |
|---|---|
IssueHistoryDAOImpl() |
| Modifier and Type | Method | Description |
|---|---|---|
List<IssueHistory> |
findByIssueId(Integer issueId) |
Finds all history entries for an Issue.
|
IssueHistory |
findByPrimaryKey(Integer entryId) |
Returns the issue history entry with the given primary key.
|
delete, detach, merge, refresh, save, saveOrUpdatedelete, detach, merge, refresh, save, saveOrUpdatepublic IssueHistory findByPrimaryKey(Integer entryId)
IssueHistoryDAOfindByPrimaryKey in interface IssueHistoryDAOentryId - system IDpublic List<IssueHistory> findByIssueId(Integer issueId)
IssueHistoryDAOfindByIssueId in interface IssueHistoryDAOissueId - system IDCopyright © 2002–2019 itracker. All rights reserved.