Uses of Class
com.atlassian.confluence.core.persistence.hibernate.VersionedHibernateObjectDao
-
-
Uses of VersionedHibernateObjectDao in com.atlassian.confluence.content.persistence.hibernate
Subclasses of VersionedHibernateObjectDao in com.atlassian.confluence.content.persistence.hibernate Modifier and Type Class Description class
PluginContentHibernateDao
Hibernate Implementation of the CustomContentDao -
Uses of VersionedHibernateObjectDao in com.atlassian.confluence.content.render.xhtml.migration
Subclasses of VersionedHibernateObjectDao in com.atlassian.confluence.content.render.xhtml.migration Modifier and Type Class Description class
DefaultContentDao
Generic DAO for hibernate objects.class
MigrationPageTemplateDao
Overrides the default behaviour to prevent the last modified user being changed when migrating. -
Uses of VersionedHibernateObjectDao in com.atlassian.confluence.core.persistence.hibernate
Subclasses of VersionedHibernateObjectDao in com.atlassian.confluence.core.persistence.hibernate Modifier and Type Class Description class
ConfluenceHibernateObjectDao<T extends com.atlassian.core.bean.EntityObject>
Abstract superclass of all Confluence hibernate DAOs.class
ContentEntityObjectHibernateDao
class
ContentPermissionHibernateDao
-
Uses of VersionedHibernateObjectDao in com.atlassian.confluence.impl.schedule.caesium
Subclasses of VersionedHibernateObjectDao in com.atlassian.confluence.impl.schedule.caesium Modifier and Type Class Description class
SchedulerClusteredJobDao
class
SchedulerRunDetailsDao
-
Uses of VersionedHibernateObjectDao in com.atlassian.confluence.internal.diagnostics.persistence.dao.hibernate
Subclasses of VersionedHibernateObjectDao in com.atlassian.confluence.internal.diagnostics.persistence.dao.hibernate Modifier and Type Class Description class
HibernateAlertEntityDao
-
Uses of VersionedHibernateObjectDao in com.atlassian.confluence.internal.persistence.hibernate
Subclasses of VersionedHibernateObjectDao in com.atlassian.confluence.internal.persistence.hibernate Modifier and Type Class Description class
AbstractContentEntityObjectHibernateDao<T extends ContentEntityObject>
-
Uses of VersionedHibernateObjectDao in com.atlassian.confluence.internal.schedule.persistence.dao
Subclasses of VersionedHibernateObjectDao in com.atlassian.confluence.internal.schedule.persistence.dao Modifier and Type Class Description class
HibernateInternalRunDetailsDao
The implementation ofInternalRunDetailsDao
interface -
Uses of VersionedHibernateObjectDao in com.atlassian.confluence.links.persistence.dao.hibernate
Subclasses of VersionedHibernateObjectDao in com.atlassian.confluence.links.persistence.dao.hibernate Modifier and Type Class Description class
HibernateLinkDao
-
Uses of VersionedHibernateObjectDao in com.atlassian.confluence.mail.notification.persistence.dao.hibernate
Subclasses of VersionedHibernateObjectDao in com.atlassian.confluence.mail.notification.persistence.dao.hibernate Modifier and Type Class Description class
HibernateNotificationDao
-
Uses of VersionedHibernateObjectDao in com.atlassian.confluence.pages.persistence.dao.hibernate
Subclasses of VersionedHibernateObjectDao in com.atlassian.confluence.pages.persistence.dao.hibernate Modifier and Type Class Description class
AbstractHibernateAttachmentDao
Abstract class that defines the basic methods necessary for saving Attachments to a database.class
HibernateBlogPostDao
Hibernate implementation of the BlogPost DAOclass
HibernateCommentDao
class
HibernatePageDao
class
NonTransactionalHibernateAttachmentDao
Non-transactional version of the AbstractHibernateAttachmentDao, which removes all attachment data from the data store after removing the attachments from the database.class
TransactionalHibernateAttachmentDao
Transactional 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 VersionedHibernateObjectDao in com.atlassian.confluence.pages.templates.persistence.dao.hibernate
Subclasses of VersionedHibernateObjectDao in com.atlassian.confluence.pages.templates.persistence.dao.hibernate Modifier and Type Class Description class
HibernatePageTemplateDao
-
Uses of VersionedHibernateObjectDao in com.atlassian.confluence.security.persistence.dao.hibernate
Subclasses of VersionedHibernateObjectDao in com.atlassian.confluence.security.persistence.dao.hibernate Modifier and Type Class Description class
HibernateSpacePermissionDao
-
Uses of VersionedHibernateObjectDao in com.atlassian.confluence.spaces.persistence.dao.hibernate
Subclasses of VersionedHibernateObjectDao in com.atlassian.confluence.spaces.persistence.dao.hibernate Modifier and Type Class Description class
HibernateSpaceDao
-
Uses of VersionedHibernateObjectDao in com.atlassian.confluence.user.persistence.dao.hibernate
Subclasses of VersionedHibernateObjectDao in com.atlassian.confluence.user.persistence.dao.hibernate Modifier and Type Class Description class
HibernatePersonalInformationDao
-