org.squashtest.tm.service.internal.repository.hibernate
Class HibernateExecutionStepDao

java.lang.Object
  extended by org.squashtest.tm.service.internal.repository.hibernate.HibernateDao<ENTITY_TYPE>
      extended by org.squashtest.tm.service.internal.repository.hibernate.HibernateEntityDao<org.squashtest.tm.domain.execution.ExecutionStep>
          extended by 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


Field Summary
 
Fields inherited from class org.squashtest.tm.service.internal.repository.hibernate.HibernateDao
entityType
 
Constructor Summary
HibernateExecutionStepDao()
           
 
Method Summary
 int findExecutionStepRank(Long executionStepId)
           
 org.squashtest.tm.domain.execution.Execution findParentExecution(Long executionStepId)
           
 
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
 
Methods inherited from interface org.squashtest.tm.service.internal.repository.EntityDao
findAll, findAllByIds, findById
 
Methods inherited from interface org.squashtest.tm.service.internal.repository.GenericDao
clearFromCache, clearFromCache, flush, persist, persist, remove, removeAll
 

Constructor Detail

HibernateExecutionStepDao

public HibernateExecutionStepDao()
Method Detail

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.