@Repository public class HibernateExecutionStepDao extends HibernateEntityDao<org.squashtest.tm.domain.execution.ExecutionStep> implements ExecutionStepDao
entityManager, entityType| Constructor and Description |
|---|
HibernateExecutionStepDao() |
| Modifier and Type | Method and Description |
|---|---|
int |
findExecutionStepRank(Long executionStepId) |
org.squashtest.tm.domain.execution.Execution |
findParentExecution(Long executionStepId) |
org.apache.commons.collections.MultiMap |
findStepExecutionsStatus(List<Long> testCaseIds,
List<Long> testStepIds)
Look for
ExecutionStep, to allow statistics computation. |
findAll, findAllByIds, findById, findDescendantIds, getIdPropertyNamecurrentSession, executeEntityNamedQuery, executeEntityNamedQuery, executeEntityNamedQuery, executeListNamedQuery, executeListNamedQuery, executeListNamedQuery, flush, getEntity, persist, persist, persistEntity, remove, removeAll, removeEntityclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfindAll, findAllByIds, findByIdpublic int findExecutionStepRank(Long executionStepId)
findExecutionStepRank in interface ExecutionStepDaopublic org.squashtest.tm.domain.execution.Execution findParentExecution(Long executionStepId)
findParentExecution in interface ExecutionStepDaopublic org.apache.commons.collections.MultiMap findStepExecutionsStatus(List<Long> testCaseIds, List<Long> testStepIds)
ExecutionStepDaoExecutionStep, to allow statistics computation. Return a MultiMap. Key : testStepIds, Value ExecutionStepfindStepExecutionsStatus in interface ExecutionStepDaoCopyright © 2010–2017 Henix, henix.fr. All rights reserved.