org.squashtest.tm.service.internal.repository.hibernate
Class HibernateExecutionStepDao
java.lang.Object
org.squashtest.tm.service.internal.repository.hibernate.HibernateDao<ENTITY_TYPE>
org.squashtest.tm.service.internal.repository.hibernate.HibernateEntityDao<org.squashtest.tm.domain.execution.ExecutionStep>
org.squashtest.tm.service.internal.repository.hibernate.HibernateExecutionStepDao
- All Implemented Interfaces:
- EntityDao<org.squashtest.tm.domain.execution.ExecutionStep>, ExecutionStepDao, GenericDao<org.squashtest.tm.domain.execution.ExecutionStep>
@Repository
public class HibernateExecutionStepDao
- extends HibernateEntityDao<org.squashtest.tm.domain.execution.ExecutionStep>
- implements ExecutionStepDao
| Methods inherited from class org.squashtest.tm.service.internal.repository.hibernate.HibernateEntityDao |
collectFromMapList, collectFromMapList, collectFromMapListToSet, collectFromMapListToSet, findAll, findAllByIds, findById, findDescendantIds, findSorted, findSorted, getIdPropertyName |
| Methods inherited from class org.squashtest.tm.service.internal.repository.hibernate.HibernateDao |
clearFromCache, clearFromCache, currentSession, executeEntityNamedQuery, executeEntityNamedQuery, executeEntityNamedQuery, executeListNamedQuery, executeListNamedQuery, executeListNamedQuery, executeListNamedQuery, executeUpdateListQuery, flush, getEntity, persist, persist, persistEntity, remove, removeAll, removeEntity |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HibernateExecutionStepDao
public HibernateExecutionStepDao()
findExecutionStepRank
public int findExecutionStepRank(Long executionStepId)
- Specified by:
findExecutionStepRank in interface ExecutionStepDao
findParentExecution
public org.squashtest.tm.domain.execution.Execution findParentExecution(Long executionStepId)
- Specified by:
findParentExecution in interface ExecutionStepDao
Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.