Uses of Interface
com.atlassian.confluence.core.persistence.VersionedObjectDao
-
-
Uses of VersionedObjectDao in com.atlassian.confluence.content.persistence
Subinterfaces of VersionedObjectDao in com.atlassian.confluence.content.persistence Modifier and Type Interface Description interface
CustomContentDao
-
Uses of VersionedObjectDao in com.atlassian.confluence.content.persistence.hibernate
Classes in com.atlassian.confluence.content.persistence.hibernate that implement VersionedObjectDao Modifier and Type Class Description class
PluginContentHibernateDao
Hibernate Implementation of the CustomContentDao -
Uses of VersionedObjectDao in com.atlassian.confluence.content.render.xhtml.migration
Subinterfaces of VersionedObjectDao in com.atlassian.confluence.content.render.xhtml.migration Modifier and Type Interface Description interface
ContentDao
DAO to allow us to load content objects by id for migration.Classes in com.atlassian.confluence.content.render.xhtml.migration that implement VersionedObjectDao 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 VersionedObjectDao in com.atlassian.confluence.core.persistence
Subinterfaces of VersionedObjectDao in com.atlassian.confluence.core.persistence Modifier and Type Interface Description interface
ContentEntityObjectDao<T extends ContentEntityObject>
-
Uses of VersionedObjectDao in com.atlassian.confluence.core.persistence.hibernate
Classes in com.atlassian.confluence.core.persistence.hibernate that implement VersionedObjectDao 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
class
VersionedHibernateObjectDao<T extends com.atlassian.core.bean.EntityObject>
-
Uses of VersionedObjectDao in com.atlassian.confluence.impl.pages.persistence.dao
Classes in com.atlassian.confluence.impl.pages.persistence.dao that implement VersionedObjectDao Modifier and Type Class Description class
ReadThroughCachingPageDao
This maintains a cache of (space key, page title) -> (page id) mappings. -
Uses of VersionedObjectDao in com.atlassian.confluence.impl.schedule.caesium
Classes in com.atlassian.confluence.impl.schedule.caesium that implement VersionedObjectDao Modifier and Type Class Description class
SchedulerClusteredJobDao
class
SchedulerRunDetailsDao
-
Uses of VersionedObjectDao in com.atlassian.confluence.internal.content.render.xhtml.migration
Subinterfaces of VersionedObjectDao in com.atlassian.confluence.internal.content.render.xhtml.migration Modifier and Type Interface Description interface
ContentDaoInternal
DAO to allow us to load content objects by id for migration. -
Uses of VersionedObjectDao in com.atlassian.confluence.internal.diagnostics.persistence.dao.hibernate
Classes in com.atlassian.confluence.internal.diagnostics.persistence.dao.hibernate that implement VersionedObjectDao Modifier and Type Class Description class
HibernateAlertEntityDao
-
Uses of VersionedObjectDao in com.atlassian.confluence.internal.pages.persistence
Subinterfaces of VersionedObjectDao in com.atlassian.confluence.internal.pages.persistence Modifier and Type Interface Description interface
BlogPostDaoInternal
Dao for BlogPosts.interface
PageDaoInternal
Dao for Pages. -
Uses of VersionedObjectDao in com.atlassian.confluence.internal.persistence
Subinterfaces of VersionedObjectDao in com.atlassian.confluence.internal.persistence Modifier and Type Interface Description interface
ContentEntityObjectDaoInternal<T extends ContentEntityObject>
A Dao for ContentEntityObjects.interface
VersionedObjectDaoInternal<T extends com.atlassian.core.bean.EntityObject>
A Dao for Versioned EntityObjects -
Uses of VersionedObjectDao in com.atlassian.confluence.internal.persistence.hibernate
Classes in com.atlassian.confluence.internal.persistence.hibernate that implement VersionedObjectDao Modifier and Type Class Description class
AbstractContentEntityObjectHibernateDao<T extends ContentEntityObject>
-
Uses of VersionedObjectDao in com.atlassian.confluence.internal.schedule.persistence.dao
Classes in com.atlassian.confluence.internal.schedule.persistence.dao that implement VersionedObjectDao Modifier and Type Class Description class
HibernateInternalRunDetailsDao
The implementation ofInternalRunDetailsDao
interface -
Uses of VersionedObjectDao in com.atlassian.confluence.links.persistence.dao.hibernate
Classes in com.atlassian.confluence.links.persistence.dao.hibernate that implement VersionedObjectDao Modifier and Type Class Description class
HibernateLinkDao
-
Uses of VersionedObjectDao in com.atlassian.confluence.mail.notification.persistence.dao.hibernate
Classes in com.atlassian.confluence.mail.notification.persistence.dao.hibernate that implement VersionedObjectDao Modifier and Type Class Description class
HibernateNotificationDao
-
Uses of VersionedObjectDao in com.atlassian.confluence.pages.persistence.dao
Subinterfaces of VersionedObjectDao in com.atlassian.confluence.pages.persistence.dao Modifier and Type Interface Description interface
BlogPostDao
interface
PageDao
Classes in com.atlassian.confluence.pages.persistence.dao that implement VersionedObjectDao Modifier and Type Class Description class
DelegatingPageDao
APageDaoInternal
implementation that just delegates to another one. -
Uses of VersionedObjectDao in com.atlassian.confluence.pages.persistence.dao.hibernate
Classes in com.atlassian.confluence.pages.persistence.dao.hibernate that implement VersionedObjectDao 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 VersionedObjectDao in com.atlassian.confluence.pages.templates.persistence.dao
Subinterfaces of VersionedObjectDao in com.atlassian.confluence.pages.templates.persistence.dao Modifier and Type Interface Description interface
PageTemplateDao
-
Uses of VersionedObjectDao in com.atlassian.confluence.pages.templates.persistence.dao.hibernate
Classes in com.atlassian.confluence.pages.templates.persistence.dao.hibernate that implement VersionedObjectDao Modifier and Type Class Description class
HibernatePageTemplateDao
-
Uses of VersionedObjectDao in com.atlassian.confluence.security.persistence.dao
Subinterfaces of VersionedObjectDao in com.atlassian.confluence.security.persistence.dao Modifier and Type Interface Description interface
SpacePermissionDao
-
Uses of VersionedObjectDao in com.atlassian.confluence.security.persistence.dao.hibernate
Classes in com.atlassian.confluence.security.persistence.dao.hibernate that implement VersionedObjectDao Modifier and Type Class Description class
HibernateSpacePermissionDao
-
Uses of VersionedObjectDao in com.atlassian.confluence.spaces.persistence.dao.hibernate
Classes in com.atlassian.confluence.spaces.persistence.dao.hibernate that implement VersionedObjectDao Modifier and Type Class Description class
HibernateSpaceDao
-
Uses of VersionedObjectDao in com.atlassian.confluence.user.persistence.dao.hibernate
Classes in com.atlassian.confluence.user.persistence.dao.hibernate that implement VersionedObjectDao Modifier and Type Class Description class
HibernatePersonalInformationDao
-