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

java.lang.Object
  extended by org.squashtest.csp.tm.internal.repository.hibernate.HibernateDao<ENTITY_TYPE>
      extended by org.squashtest.csp.tm.internal.repository.hibernate.HibernateEntityDao<ExecutionStep>
          extended by org.squashtest.csp.tm.internal.repository.hibernate.HibernateExecutionStepDao
All Implemented Interfaces:
EntityDao<ExecutionStep>, ExecutionStepDao

@Repository
public class HibernateExecutionStepDao
extends HibernateEntityDao<ExecutionStep>
implements ExecutionStepDao


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

Constructor Detail

HibernateExecutionStepDao

public HibernateExecutionStepDao()
Method Detail

findExecutionStepRank

public int findExecutionStepRank(Long executionStepId)
Specified by:
findExecutionStepRank in interface ExecutionStepDao

findParentExecution

public Execution findParentExecution(Long executionStepId)
Specified by:
findParentExecution in interface ExecutionStepDao


Copyright © 2010-2012 Henix, henix.fr. All Rights Reserved.