org.squashtest.tm.service.internal.repository
Interface DeletionDao
- All Known Subinterfaces:
- CampaignDeletionDao, CustomFieldDeletionDao, RequirementDeletionDao, TestCaseDeletionDao
- All Known Implementing Classes:
- HibernateCampaignDeletionDao, HibernateCustomFieldDeletionDao, HibernateDeletionDao, HibernateRequirementDeletionDao, HibernateTestCaseDeletionDao
public interface DeletionDao
removeAttachmentsLists
void removeAttachmentsLists(List<Long> attachmentListIds)
removeEntities
void removeEntities(List<Long> entityIds)
removeEntity
void removeEntity(Object entity)
removeAttachmentList
void removeAttachmentList(org.squashtest.tm.domain.attachment.AttachmentList list)
flush
@Deprecated
void flush()
- Deprecated. caller uses SF.currentSession.flush() instead
Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.