public interface DeletionDao
| Modifier and Type | Method and Description |
|---|---|
void |
flush()
Deprecated.
caller uses SF.currentSession.flush() instead
|
void |
removeAttachmentList(org.squashtest.tm.domain.attachment.AttachmentList list) |
void |
removeAttachmentsLists(List<Long> attachmentListIds) |
void |
removeEntities(List<Long> entityIds) |
void |
removeEntity(Object entity) |
void |
removeEntityNQ(String namedQuery,
String namedParam,
Long paramId) |
void removeEntity(Object entity)
void removeAttachmentList(org.squashtest.tm.domain.attachment.AttachmentList list)
@Deprecated void flush()
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.