@Repository public class HibernateAttachmentListDao extends Object implements AttachmentListDao
| Constructor and Description |
|---|
HibernateAttachmentListDao() |
| Modifier and Type | Method and Description |
|---|---|
org.squashtest.tm.domain.requirement.RequirementVersion |
findAssociatedRequirementVersionIfExists(Long attachmentListId) |
org.squashtest.tm.domain.testcase.TestCase |
findAssociatedTestCaseIfExists(Long attachmentListId) |
org.squashtest.tm.domain.attachment.AttachmentList |
findOne(Long id) |
public org.squashtest.tm.domain.attachment.AttachmentList findOne(Long id)
findOne in interface AttachmentListDaopublic org.squashtest.tm.domain.testcase.TestCase findAssociatedTestCaseIfExists(Long attachmentListId)
findAssociatedTestCaseIfExists in interface AttachmentListDaopublic org.squashtest.tm.domain.requirement.RequirementVersion findAssociatedRequirementVersionIfExists(Long attachmentListId)
findAssociatedRequirementVersionIfExists in interface AttachmentListDaoCopyright © 2010–2017 Henix, henix.fr. All rights reserved.