Uses of Interface
com.logicaldoc.core.document.dao.DocumentNoteDAO
-
Packages that use DocumentNoteDAO Package Description com.logicaldoc.core.document com.logicaldoc.core.document.dao com.logicaldoc.core.searchengine The core of the search engine. -
-
Uses of DocumentNoteDAO in com.logicaldoc.core.document
Methods in com.logicaldoc.core.document with parameters of type DocumentNoteDAO Modifier and Type Method Description void
DocumentManagerImpl. setDocumentNoteDAO(DocumentNoteDAO documentNoteDAO)
-
Uses of DocumentNoteDAO in com.logicaldoc.core.document.dao
Classes in com.logicaldoc.core.document.dao that implement DocumentNoteDAO Modifier and Type Class Description class
HibernateDocumentNoteDAO
Hibernate implementation ofDocumentNoteDAO
Methods in com.logicaldoc.core.document.dao with parameters of type DocumentNoteDAO Modifier and Type Method Description void
HibernateDocumentDAO. setNoteDAO(DocumentNoteDAO noteDAO)
-
Uses of DocumentNoteDAO in com.logicaldoc.core.searchengine
Methods in com.logicaldoc.core.searchengine with parameters of type DocumentNoteDAO Modifier and Type Method Description void
StandardSearchEngine. setNoteDao(DocumentNoteDAO noteDao)
-