org.squashtest.csp.tm.internal.repository.hibernate
Class HibernateCampaignDeletionDao

java.lang.Object
  extended by org.squashtest.csp.tm.internal.repository.hibernate.HibernateDeletionDao
      extended by org.squashtest.csp.tm.internal.repository.hibernate.HibernateCampaignDeletionDao
All Implemented Interfaces:
CampaignDeletionDao, DeletionDao

@Repository
public class HibernateCampaignDeletionDao
extends HibernateDeletionDao
implements CampaignDeletionDao


Constructor Summary
HibernateCampaignDeletionDao()
           
 
Method Summary
 void removeEntities(List<Long> entityIds)
           
 
Methods inherited from class org.squashtest.csp.tm.internal.repository.hibernate.HibernateDeletionDao
executeDeleteNamedQuery, executeDeleteSQLQuery, executeSelectNamedQuery, executeSelectSQLQuery, flush, getSession, removeAttachmentList, removeAttachmentsLists, removeEntity
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.squashtest.csp.tm.internal.repository.DeletionDao
flush, removeAttachmentList, removeAttachmentsLists, removeEntity
 

Constructor Detail

HibernateCampaignDeletionDao

public HibernateCampaignDeletionDao()
Method Detail

removeEntities

public void removeEntities(List<Long> entityIds)
Specified by:
removeEntities in interface DeletionDao


Copyright © 2010-2012 Squashtest TM, Squashtest.org. All Rights Reserved.