org.squashtest.csp.tm.internal.repository.hibernate
Class HibernateTestCaseLibraryNodeDao
java.lang.Object
org.squashtest.csp.tm.internal.repository.hibernate.HibernateDao<ENTITY_TYPE>
org.squashtest.csp.tm.internal.repository.hibernate.HibernateEntityDao<TestCaseLibraryNode>
org.squashtest.csp.tm.internal.repository.hibernate.HibernateTestCaseLibraryNodeDao
- All Implemented Interfaces:
- EntityDao<TestCaseLibraryNode>, LibraryNodeDao<TestCaseLibraryNode>
@Repository(value="squashtest.tm.repository.TestCaseLibraryNodeDao")
public class HibernateTestCaseLibraryNodeDao
- extends HibernateEntityDao<TestCaseLibraryNode>
- implements LibraryNodeDao<TestCaseLibraryNode>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HibernateTestCaseLibraryNodeDao
public HibernateTestCaseLibraryNodeDao()
getParentsName
public List<String> getParentsName(long entityId)
- Description copied from interface:
LibraryNodeDao
- Returns the path of the given entity. The path is the concatenation of the ancestor names, sorted by ancestry. It does not begin with /<project-name>
- Specified by:
getParentsName in interface LibraryNodeDao<TestCaseLibraryNode>
- Returns:
Copyright © 2010-2012 Henix, henix.fr. All Rights Reserved.