org.squashtest.csp.tm.internal.repository.hibernate
Class HibernateTestStepDao
java.lang.Object
org.squashtest.csp.tm.internal.repository.hibernate.HibernateDao<TestStep>
org.squashtest.csp.tm.internal.repository.hibernate.HibernateTestStepDao
- All Implemented Interfaces:
- TestStepDao
@Repository
public class HibernateTestStepDao
- extends HibernateDao<TestStep>
- implements TestStepDao
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HibernateTestStepDao
public HibernateTestStepDao()
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.