org.squashtest.csp.tm.internal.repository.hibernate
Class HibernateAttachmentDao
java.lang.Object
org.squashtest.csp.tm.internal.repository.hibernate.HibernateDao<ENTITY_TYPE>
org.squashtest.csp.tm.internal.repository.hibernate.HibernateEntityDao<Attachment>
org.squashtest.csp.tm.internal.repository.hibernate.HibernateAttachmentDao
- All Implemented Interfaces:
- AttachmentDao, EntityDao<Attachment>
@Repository
public class HibernateAttachmentDao
- extends HibernateEntityDao<Attachment>
- implements AttachmentDao
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HibernateAttachmentDao
public HibernateAttachmentDao()
findAttachmentWithContent
public Attachment findAttachmentWithContent(Long attachmentId)
- Specified by:
findAttachmentWithContent in interface AttachmentDao
findAllAttachments
public Set<Attachment> findAllAttachments(Long attachmentListId)
- Specified by:
findAllAttachments in interface AttachmentDao
removeAttachment
public void removeAttachment(Long attachmentId)
- Specified by:
removeAttachment in interface AttachmentDao
findAllAttachmentsFiltered
public List<Attachment> findAllAttachmentsFiltered(Long attachmentListId,
CollectionSorting filter)
- Specified by:
findAllAttachmentsFiltered in interface AttachmentDao
Copyright © 2010-2012 Squashtest TM, Squashtest.org. All Rights Reserved.