org.squashtest.tm.service.internal.repository.hibernate
@Repository(value="squashtest.tm.repository.RequirementLibraryNodeDao") public class HibernateRequirementLibraryNodeDao extends HibernateEntityDao<org.squashtest.tm.domain.requirement.RequirementLibraryNode> implements LibraryNodeDao<org.squashtest.tm.domain.requirement.RequirementLibraryNode>
entityType| Constructor and Description |
|---|
HibernateRequirementLibraryNodeDao() |
| Modifier and Type | Method and Description |
|---|---|
List<Long> |
getParentsIds(long entityId)
Returns the ids path.
|
List<String> |
getParentsName(long entityId)
Returns the path of the given entity.
|
collectFromMapList, collectFromMapList, collectFromMapListToSet, collectFromMapListToSet, findAll, findAllByIds, findById, findDescendantIds, findSorted, findSorted, getIdPropertyNameclearFromCache, clearFromCache, currentSession, executeEntityNamedQuery, executeEntityNamedQuery, executeEntityNamedQuery, executeListNamedQuery, executeListNamedQuery, executeListNamedQuery, executeListNamedQuery, executeUpdateListQuery, flush, getEntity, persist, persist, persistEntity, remove, removeAll, removeEntityclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfindAll, findAllByIds, findByIdclearFromCache, clearFromCache, flush, persist, persist, remove, removeAllpublic List<String> getParentsName(long entityId)
LibraryNodeDaogetParentsName in interface LibraryNodeDao<org.squashtest.tm.domain.requirement.RequirementLibraryNode>public List<Long> getParentsIds(long entityId)
LibraryNodeDaogetParentsIds in interface LibraryNodeDao<org.squashtest.tm.domain.requirement.RequirementLibraryNode>Copyright © 2010-2014 Henix, henix.fr. All Rights Reserved.