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

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

@Repository
public class HibernateProjectDeletionDao
extends HibernateDeletionDao
implements ProjectDeletionDao


Constructor Summary
HibernateProjectDeletionDao()
           
 
Method Summary
 void removeEntities(List<Long> entityIds)
           
 void removeProject(Object entity)
           
 
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

HibernateProjectDeletionDao

public HibernateProjectDeletionDao()
Method Detail

removeEntities

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

removeProject

public void removeProject(Object entity)
Specified by:
removeProject in interface ProjectDeletionDao


Copyright © 2010-2012 Henix, henix.fr. All Rights Reserved.