Uses of Class
com.atlassian.confluence.core.persistence.hibernate.HibernateObjectDao
-
-
Uses of HibernateObjectDao in com.atlassian.confluence.content.persistence.hibernate
Subclasses of HibernateObjectDao in com.atlassian.confluence.content.persistence.hibernate Modifier and Type Class Description classPluginContentHibernateDaoHibernate Implementation of the CustomContentDao -
Uses of HibernateObjectDao in com.atlassian.confluence.content.render.xhtml.migration
Subclasses of HibernateObjectDao in com.atlassian.confluence.content.render.xhtml.migration Modifier and Type Class Description classDefaultContentDaoGeneric DAO for hibernate objects.classMigrationPageTemplateDaoOverrides the default behaviour to prevent the last modified user being changed when migrating. -
Uses of HibernateObjectDao in com.atlassian.confluence.core.persistence.hibernate
Subclasses of HibernateObjectDao in com.atlassian.confluence.core.persistence.hibernate Modifier and Type Class Description classConfluenceHibernateObjectDao<T extends com.atlassian.core.bean.EntityObject>Abstract superclass of all Confluence hibernate DAOs.classContentEntityObjectHibernateDaoclassContentPermissionHibernateDaoclassHibernateVersionHistoryDaoclassVersionedHibernateObjectDao<T extends com.atlassian.core.bean.EntityObject> -
Uses of HibernateObjectDao in com.atlassian.confluence.impl.schedule.caesium
Subclasses of HibernateObjectDao in com.atlassian.confluence.impl.schedule.caesium Modifier and Type Class Description classSchedulerClusteredJobDaoclassSchedulerRunDetailsDao -
Uses of HibernateObjectDao in com.atlassian.confluence.internal.audit.persistence.dao.hibernate
Subclasses of HibernateObjectDao in com.atlassian.confluence.internal.audit.persistence.dao.hibernate Modifier and Type Class Description classHibernateAuditRecordDaoDeprecated.since 7.5.0. -
Uses of HibernateObjectDao in com.atlassian.confluence.internal.diagnostics.persistence.dao.hibernate
Subclasses of HibernateObjectDao in com.atlassian.confluence.internal.diagnostics.persistence.dao.hibernate Modifier and Type Class Description classHibernateAlertEntityDao -
Uses of HibernateObjectDao in com.atlassian.confluence.internal.persistence.hibernate
Subclasses of HibernateObjectDao in com.atlassian.confluence.internal.persistence.hibernate Modifier and Type Class Description classAbstractContentEntityObjectHibernateDao<T extends ContentEntityObject>classHibernateZduStatusDaoManage the ZduStatusEntity table. -
Uses of HibernateObjectDao in com.atlassian.confluence.internal.schedule.persistence.dao
Subclasses of HibernateObjectDao in com.atlassian.confluence.internal.schedule.persistence.dao Modifier and Type Class Description classHibernateInternalRunDetailsDaoThe implementation ofInternalRunDetailsDaointerface -
Uses of HibernateObjectDao in com.atlassian.confluence.labels.persistence.dao.hibernate
Subclasses of HibernateObjectDao in com.atlassian.confluence.labels.persistence.dao.hibernate Modifier and Type Class Description classHibernateLabelDao -
Uses of HibernateObjectDao in com.atlassian.confluence.links.persistence.dao.hibernate
Subclasses of HibernateObjectDao in com.atlassian.confluence.links.persistence.dao.hibernate Modifier and Type Class Description classHibernateLinkDao -
Uses of HibernateObjectDao in com.atlassian.confluence.mail.notification.persistence.dao.hibernate
Subclasses of HibernateObjectDao in com.atlassian.confluence.mail.notification.persistence.dao.hibernate Modifier and Type Class Description classHibernateNotificationDao -
Uses of HibernateObjectDao in com.atlassian.confluence.pages.persistence.dao.hibernate
Subclasses of HibernateObjectDao in com.atlassian.confluence.pages.persistence.dao.hibernate Modifier and Type Class Description classAbstractHibernateAttachmentDaoAbstract class that defines the basic methods necessary for saving Attachments to a database.classHibernateAbstractPageDaoclassHibernateAttachmentDataDaoThis class defines an AttachmentDataDao that stores Attachment data in a Hibernate-managed database.classHibernateBlogPostDaoHibernate implementation of the BlogPost DAOclassHibernateCommentDaoclassHibernateDraftDaoDatabase storage for drafts.classHibernatePageDaoclassNonTransactionalHibernateAttachmentDaoNon-transactional version of the AbstractHibernateAttachmentDao, which removes all attachment data from the data store after removing the attachments from the database.classTransactionalHibernateAttachmentDaoTransactional version of the AbstractHibernateAttachmentDao, which removes the Attachment data as the Attachment itself is being removed, since it can be rolled back by the transaction -
Uses of HibernateObjectDao in com.atlassian.confluence.pages.templates.persistence.dao.hibernate
Subclasses of HibernateObjectDao in com.atlassian.confluence.pages.templates.persistence.dao.hibernate Modifier and Type Class Description classHibernatePageTemplateDao -
Uses of HibernateObjectDao in com.atlassian.confluence.security.persistence.dao.hibernate
Subclasses of HibernateObjectDao in com.atlassian.confluence.security.persistence.dao.hibernate Modifier and Type Class Description classHibernateContentPermissionSetDaoclassHibernateSpacePermissionDao -
Uses of HibernateObjectDao in com.atlassian.confluence.setup.settings
Subclasses of HibernateObjectDao in com.atlassian.confluence.setup.settings Modifier and Type Class Description classDefaultGlobalDescriptionDao -
Uses of HibernateObjectDao in com.atlassian.confluence.spaces.persistence.dao.hibernate
Subclasses of HibernateObjectDao in com.atlassian.confluence.spaces.persistence.dao.hibernate Modifier and Type Class Description classHibernateSpaceDao -
Uses of HibernateObjectDao in com.atlassian.confluence.user.persistence.dao.hibernate
Subclasses of HibernateObjectDao in com.atlassian.confluence.user.persistence.dao.hibernate Modifier and Type Class Description classHibernatePersonalInformationDao
-