@Repository public class HibernateAttachmentDao extends HibernateEntityDao<org.squashtest.tm.domain.attachment.Attachment> implements AttachmentDao
entityType| Constructor and Description |
|---|
HibernateAttachmentDao() |
| Modifier and Type | Method and Description |
|---|---|
Set<org.squashtest.tm.domain.attachment.Attachment> |
findAllAttachments(Long attachmentListId) |
List<org.squashtest.tm.domain.attachment.Attachment> |
findAllAttachmentsFiltered(Long attachmentListId,
org.squashtest.tm.core.foundation.collection.PagingAndSorting pas) |
org.squashtest.tm.domain.attachment.Attachment |
findAttachmentWithContent(Long attachmentId) |
void |
removeAttachment(Long attachmentId) |
collectFromMapList, collectFromMapList, collectFromMapListToSet, collectFromMapListToSet, findAll, findAllByIds, findById, findDescendantIds, findSorted, findSorted, getIdPropertyNameclearFromCache, clearFromCache, currentSession, executeEntityNamedQuery, executeEntityNamedQuery, executeEntityNamedQuery, executeListNamedQuery, executeListNamedQuery, executeListNamedQuery, executeListNamedQuery, executeUpdateListQuery, flush, getEntity, persist, persist, persistEntity, remove, removeAll, removeEntityclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfindAll, findAllByIds, findByIdclearFromCache, clearFromCache, flush, persist, persist, remove, removeAllpublic org.squashtest.tm.domain.attachment.Attachment findAttachmentWithContent(Long attachmentId)
findAttachmentWithContent in interface AttachmentDaopublic Set<org.squashtest.tm.domain.attachment.Attachment> findAllAttachments(Long attachmentListId)
findAllAttachments in interface AttachmentDaopublic void removeAttachment(Long attachmentId)
removeAttachment in interface AttachmentDaopublic List<org.squashtest.tm.domain.attachment.Attachment> findAllAttachmentsFiltered(Long attachmentListId, org.squashtest.tm.core.foundation.collection.PagingAndSorting pas)
findAllAttachmentsFiltered in interface AttachmentDaoCopyright © 2010-2016 Henix, henix.fr. All Rights Reserved.