org.squashtest.tm.service.internal.repository.hibernate
Class HibernateCustomFieldDeletionDao

java.lang.Object
  extended by org.squashtest.tm.service.internal.repository.hibernate.HibernateDeletionDao
      extended by org.squashtest.tm.service.internal.repository.hibernate.HibernateCustomFieldDeletionDao
All Implemented Interfaces:
CustomFieldDeletionDao, DeletionDao

@Repository
public class HibernateCustomFieldDeletionDao
extends HibernateDeletionDao
implements CustomFieldDeletionDao


Constructor Summary
HibernateCustomFieldDeletionDao()
           
 
Method Summary
 void removeCustomField(org.squashtest.tm.domain.customfield.CustomField customField)
           
 void removeEntities(List<Long> entityIds)
           
 
Methods inherited from class org.squashtest.tm.service.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.tm.service.internal.repository.DeletionDao
flush, removeAttachmentList, removeAttachmentsLists, removeEntity
 

Constructor Detail

HibernateCustomFieldDeletionDao

public HibernateCustomFieldDeletionDao()
Method Detail

removeEntities

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

removeCustomField

public void removeCustomField(org.squashtest.tm.domain.customfield.CustomField customField)
Specified by:
removeCustomField in interface CustomFieldDeletionDao


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