BaseDAO<Notification>
, NotificationDAO
public class NotificationDAOImpl extends BaseHibernateDAOImpl<Notification> implements NotificationDAO
Constructor | Description |
---|---|
NotificationDAOImpl() |
Modifier and Type | Method | Description |
---|---|---|
Notification |
findById(Integer id) |
|
List<Notification> |
findByIssueId(Integer issueId) |
Finds all Notifications for an Issue.
|
delete, detach, merge, refresh, save, saveOrUpdate
delete, detach, merge, refresh, save, saveOrUpdate
public Notification findById(Integer id)
findById
in interface NotificationDAO
public List<Notification> findByIssueId(Integer issueId)
NotificationDAO
findByIssueId
in interface NotificationDAO
Copyright © 2002–2019 itracker. All rights reserved.