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

java.lang.Object
  extended by org.squashtest.csp.tm.internal.repository.hibernate.HibernateDao<TestStep>
      extended by org.squashtest.csp.tm.internal.repository.hibernate.HibernateTestStepDao
All Implemented Interfaces:
GenericDao<TestStep>, TestStepDao

@Repository
public class HibernateTestStepDao
extends HibernateDao<TestStep>
implements TestStepDao


Field Summary
 
Fields inherited from class org.squashtest.csp.tm.internal.repository.hibernate.HibernateDao
entityType
 
Constructor Summary
HibernateTestStepDao()
           
 
Method Summary
 TestStep findById(long testStepId)
           
 List<TestStep> findListById(List<Long> testStepIds)
           
 void removeById(long testStepId)
           
 
Methods inherited from class org.squashtest.csp.tm.internal.repository.hibernate.HibernateDao
clearFromCache, clearFromCache, currentSession, executeEntityNamedQuery, executeEntityNamedQuery, executeEntityNamedQuery, executeListNamedQuery, executeListNamedQuery, executeListNamedQuery, executeListNamedQuery, executeUpdateListQuery, flush, getEntity, persist, persist, persistEntity, remove, 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.TestStepDao
persist
 

Constructor Detail

HibernateTestStepDao

public HibernateTestStepDao()
Method Detail

removeById

public void removeById(long testStepId)
Specified by:
removeById in interface TestStepDao

findById

public TestStep findById(long testStepId)
Specified by:
findById in interface TestStepDao

findListById

public List<TestStep> findListById(List<Long> testStepIds)
Specified by:
findListById in interface TestStepDao


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