LIBRARY - NODE - public abstract class HibernateLibraryDao<LIBRARY extends org.squashtest.tm.domain.library.Library<NODE>,NODE extends org.squashtest.tm.domain.library.LibraryNode> extends HibernateEntityDao<LIBRARY> implements LibraryDao<LIBRARY,NODE>
Library objects.entityType| Constructor and Description |
|---|
HibernateLibraryDao() |
| Modifier and Type | Method and Description |
|---|---|
List<LIBRARY> |
findAll() |
List<NODE> |
findAllRootContentById(long libraryId)
Finds the library root content.
|
LIBRARY |
findByRootContent(NODE node)
Finds the library which has the given node in its root content.
|
collectFromMapList, collectFromMapList, collectFromMapListToSet, collectFromMapListToSet, 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, waitfindByIdclearFromCache, clearFromCache, flush, persist, persist, remove, removeAllpublic List<LIBRARY> findAll()
findAll in interface EntityDao<LIBRARY extends org.squashtest.tm.domain.library.Library<NODE>>findAll in interface LibraryDao<LIBRARY extends org.squashtest.tm.domain.library.Library<NODE>,NODE extends org.squashtest.tm.domain.library.LibraryNode>findAll in class HibernateEntityDao<LIBRARY extends org.squashtest.tm.domain.library.Library<NODE>>public List<NODE> findAllRootContentById(long libraryId)
findAllRootContentById in interface LibraryDao<LIBRARY extends org.squashtest.tm.domain.library.Library<NODE>,NODE extends org.squashtest.tm.domain.library.LibraryNode>public LIBRARY findByRootContent(NODE node)
LibraryDaofindByRootContent in interface LibraryDao<LIBRARY extends org.squashtest.tm.domain.library.Library<NODE>,NODE extends org.squashtest.tm.domain.library.LibraryNode>Copyright © 2010–2016 Henix, henix.fr. All rights reserved.