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:
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 persist(TestStep testStep)
           
 void removeById(Long testStepId)
           
 
Methods inherited from class org.squashtest.csp.tm.internal.repository.hibernate.HibernateDao
currentSession, executeEntityNamedQuery, executeListNamedQuery, executeListNamedQuery, executeListNamedQuery, getEntity, persistEntity, removeEntity
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

persist

public void persist(TestStep testStep)
Specified by:
persist in interface TestStepDao

findListById

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


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