Uses of Class
com.logicaldoc.core.HibernatePersistentObjectDAO
-
Packages that use HibernatePersistentObjectDAO Package Description com.logicaldoc.core.communication com.logicaldoc.core.contact com.logicaldoc.core.dashlet com.logicaldoc.core.document.dao com.logicaldoc.core.folder Contains the definitions ofFolderas well as other related objectscom.logicaldoc.core.generic Contains the definitions ofGenericthat is a persistent object used as a general way to store informations in the databasecom.logicaldoc.core.metadata Package that collects the template and attribute sets definitions.
Many objects of the LogicalDOC platform are extensible and can store your custom metadata, they are all those that extends theExtensibleObject.com.logicaldoc.core.security.dao com.logicaldoc.core.sequence com.logicaldoc.core.ticket -
-
Uses of HibernatePersistentObjectDAO in com.logicaldoc.core.communication
Subclasses of HibernatePersistentObjectDAO in com.logicaldoc.core.communication Modifier and Type Class Description classHibernateMessageTemplateDAOHibernate implementation ofMessageTemplateDAOclassHibernateSystemMessageDAOHibernate implementation ofSystemMessageDAO -
Uses of HibernatePersistentObjectDAO in com.logicaldoc.core.contact
Subclasses of HibernatePersistentObjectDAO in com.logicaldoc.core.contact Modifier and Type Class Description classHibernateContactDAOHibernate implementation ofContactDAO -
Uses of HibernatePersistentObjectDAO in com.logicaldoc.core.dashlet
Subclasses of HibernatePersistentObjectDAO in com.logicaldoc.core.dashlet Modifier and Type Class Description classHibernateDashletDAOHibernate implementation ofDashletDAO -
Uses of HibernatePersistentObjectDAO in com.logicaldoc.core.document.dao
Subclasses of HibernatePersistentObjectDAO in com.logicaldoc.core.document.dao Modifier and Type Class Description classHibernateBookmarkDAOHibernate implementation ofBookmarkDAOclassHibernateDocumentDAOHibernate implementation ofDocumentDAOclassHibernateDocumentHistoryDAOHibernate implementation ofHistoryDAOclassHibernateDocumentLinkDAOHibernate implementation ofDocumentLinkDAOclassHibernateDocumentNoteDAOHibernate implementation ofDocumentNoteDAOclassHibernateRatingDAOHibernate implementation ofRatingDAOclassHibernateVersionDAOHibernate implementation ofDocumentDAO -
Uses of HibernatePersistentObjectDAO in com.logicaldoc.core.folder
Subclasses of HibernatePersistentObjectDAO in com.logicaldoc.core.folder Modifier and Type Class Description classHibernateFolderDAOHibernate implementation ofFolderDAOclassHibernateFolderHistoryDAOHibernate implementation ofFolderHistoryDAO -
Uses of HibernatePersistentObjectDAO in com.logicaldoc.core.generic
Subclasses of HibernatePersistentObjectDAO in com.logicaldoc.core.generic Modifier and Type Class Description classHibernateGenericDAOHibernate implementation ofGenericDAO -
Uses of HibernatePersistentObjectDAO in com.logicaldoc.core.metadata
Subclasses of HibernatePersistentObjectDAO in com.logicaldoc.core.metadata Modifier and Type Class Description classHibernateAttributeOptionDAOHibernate implementation ofAttributeOptionDAOclassHibernateAttributeSetDAOHibernate implementation ofTemplateDAOclassHibernateTemplateDAOHibernate implementation ofTemplateDAO -
Uses of HibernatePersistentObjectDAO in com.logicaldoc.core.security.dao
Subclasses of HibernatePersistentObjectDAO in com.logicaldoc.core.security.dao Modifier and Type Class Description classHibernateGroupDAOclassHibernateMenuDAOHibernate implementation ofMenuDAOclassHibernateSessionDAOclassHibernateTenantDAOclassHibernateUserDAOHibernate implementation ofUserDAOclassHibernateUserHistoryDAO -
Uses of HibernatePersistentObjectDAO in com.logicaldoc.core.sequence
Subclasses of HibernatePersistentObjectDAO in com.logicaldoc.core.sequence Modifier and Type Class Description classHibernateSequenceDAOHibernate implementation ofSequenceDAO. -
Uses of HibernatePersistentObjectDAO in com.logicaldoc.core.ticket
Subclasses of HibernatePersistentObjectDAO in com.logicaldoc.core.ticket Modifier and Type Class Description classHibernateTicketDAOHibernate implementation ofTicketDAO
-