BaseDAO<IssueHistory>
, IssueHistoryDAO
public 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, saveOrUpdate
delete, detach, merge, refresh, save, saveOrUpdate
public IssueHistory findByPrimaryKey(Integer entryId)
IssueHistoryDAO
findByPrimaryKey
in interface IssueHistoryDAO
entryId
- system IDpublic List<IssueHistory> findByIssueId(Integer issueId)
IssueHistoryDAO
findByIssueId
in interface IssueHistoryDAO
issueId
- system IDCopyright © 2002–2019 itracker. All rights reserved.