Uses of Interface
bucket.core.persistence.ObjectDao
-
-
Uses of ObjectDao in com.atlassian.confluence.content.persistence
Subinterfaces of ObjectDao in com.atlassian.confluence.content.persistence Modifier and Type Interface Description interfaceCustomContentDao -
Uses of ObjectDao in com.atlassian.confluence.content.persistence.hibernate
Classes in com.atlassian.confluence.content.persistence.hibernate that implement ObjectDao Modifier and Type Class Description classPluginContentHibernateDaoHibernate Implementation of the CustomContentDao -
Uses of ObjectDao in com.atlassian.confluence.content.render.xhtml.migration
Subinterfaces of ObjectDao in com.atlassian.confluence.content.render.xhtml.migration Modifier and Type Interface Description interfaceContentDaoDAO to allow us to load content objects by id for migration.Classes in com.atlassian.confluence.content.render.xhtml.migration that implement ObjectDao 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 ObjectDao in com.atlassian.confluence.core
Methods in com.atlassian.confluence.core with parameters of type ObjectDao Modifier and Type Method Description voidAbstractVersionedEntityObject. applyChildVersioningPolicy(Versioned versionToPromote, ObjectDao dao)Deprecated.since 6.10.0.voidContentEntityObject. applyChildVersioningPolicy(Versioned versionToPromote, ObjectDao dao)Deprecated.since 6.10.0.voidVersioned. applyChildVersioningPolicy(@Nullable Versioned versionToPromote, ObjectDao dao)Deprecated.since 6.10.0. -
Uses of ObjectDao in com.atlassian.confluence.core.persistence
Subinterfaces of ObjectDao in com.atlassian.confluence.core.persistence Modifier and Type Interface Description interfaceContentEntityObjectDao<T extends ContentEntityObject>interfaceContentPermissionDaointerfaceVersionedObjectDao<T extends com.atlassian.core.bean.EntityObject>interfaceVersionHistoryDao -
Uses of ObjectDao in com.atlassian.confluence.core.persistence.hibernate
Classes in com.atlassian.confluence.core.persistence.hibernate that implement ObjectDao Modifier and Type Class Description classCachingVersionHistoryDaoA cache decorator aroundVersionHistoryDaoInternalclassConfluenceHibernateObjectDao<T extends com.atlassian.core.bean.EntityObject>Abstract superclass of all Confluence hibernate DAOs.classContentEntityObjectHibernateDaoclassContentPermissionHibernateDaoclassHibernateObjectDao<T extends com.atlassian.core.bean.EntityObject>Generic DAO for hibernate objects.classHibernateVersionHistoryDaoclassVersionedHibernateObjectDao<T extends com.atlassian.core.bean.EntityObject> -
Uses of ObjectDao in com.atlassian.confluence.impl.mail.notification.persistence
Classes in com.atlassian.confluence.impl.mail.notification.persistence that implement ObjectDao Modifier and Type Class Description classCachingNotificationDaoCaching for NotificationDao. -
Uses of ObjectDao in com.atlassian.confluence.impl.pages.persistence.dao
Classes in com.atlassian.confluence.impl.pages.persistence.dao that implement ObjectDao Modifier and Type Class Description classReadThroughCachingPageDaoThis maintains a cache of (space key, page title) -> (page id) mappings. -
Uses of ObjectDao in com.atlassian.confluence.impl.schedule.caesium
Classes in com.atlassian.confluence.impl.schedule.caesium that implement ObjectDao Modifier and Type Class Description classSchedulerClusteredJobDaoclassSchedulerRunDetailsDao -
Uses of ObjectDao in com.atlassian.confluence.impl.user.persistence.dao
Classes in com.atlassian.confluence.impl.user.persistence.dao that implement ObjectDao Modifier and Type Class Description classReadThroughCachingPersonalInformationDao -
Uses of ObjectDao in com.atlassian.confluence.internal.audit.persistence.dao.hibernate
Classes in com.atlassian.confluence.internal.audit.persistence.dao.hibernate that implement ObjectDao Modifier and Type Class Description classHibernateAuditRecordDaoDeprecated.since 7.5.0. -
Uses of ObjectDao in com.atlassian.confluence.internal.content.render.xhtml.migration
Subinterfaces of ObjectDao in com.atlassian.confluence.internal.content.render.xhtml.migration Modifier and Type Interface Description interfaceContentDaoInternalDAO to allow us to load content objects by id for migration. -
Uses of ObjectDao in com.atlassian.confluence.internal.diagnostics.persistence.dao.hibernate
Classes in com.atlassian.confluence.internal.diagnostics.persistence.dao.hibernate that implement ObjectDao Modifier and Type Class Description classHibernateAlertEntityDao -
Uses of ObjectDao in com.atlassian.confluence.internal.labels.persistence
Subinterfaces of ObjectDao in com.atlassian.confluence.internal.labels.persistence Modifier and Type Interface Description interfaceLabelDaoInternalDao for Labels. -
Uses of ObjectDao in com.atlassian.confluence.internal.links.persistence
Subinterfaces of ObjectDao in com.atlassian.confluence.internal.links.persistence Modifier and Type Interface Description interfaceLinkDaoInternalDao for OutgoingLinks. -
Uses of ObjectDao in com.atlassian.confluence.internal.notification.persistence
Subinterfaces of ObjectDao in com.atlassian.confluence.internal.notification.persistence Modifier and Type Interface Description interfaceNotificationDaoInternalDao for Notifications.Classes in com.atlassian.confluence.internal.notification.persistence that implement ObjectDao Modifier and Type Class Description classDelegatingNotificationDaoInternalDelegating Dao for Notifications. -
Uses of ObjectDao in com.atlassian.confluence.internal.pages.persistence
Subinterfaces of ObjectDao in com.atlassian.confluence.internal.pages.persistence Modifier and Type Interface Description interfaceBlogPostDaoInternalDao for BlogPosts.interfaceCommentDaoInternalDao for Comments.interfacePageDaoInternalDao for Pages. -
Uses of ObjectDao in com.atlassian.confluence.internal.persistence
Subinterfaces of ObjectDao in com.atlassian.confluence.internal.persistence Modifier and Type Interface Description interfaceContentEntityObjectDaoInternal<T extends ContentEntityObject>A Dao for ContentEntityObjects.interfaceContentPermissionDaoInternalDao for ContentPermissions.interfaceObjectDaoInternal<T extends com.atlassian.core.bean.EntityObject>A Dao for EntityObjects.interfaceVersionedObjectDaoInternal<T extends com.atlassian.core.bean.EntityObject>A Dao for Versioned EntityObjectsinterfaceVersionHistoryDaoInternalA Dao for VersionHistory.Classes in com.atlassian.confluence.internal.persistence that implement ObjectDao Modifier and Type Class Description classDelegatingObjectDaoInternal<T extends com.atlassian.core.bean.EntityObject>Delegating Dao for EntityObjects. -
Uses of ObjectDao in com.atlassian.confluence.internal.persistence.hibernate
Classes in com.atlassian.confluence.internal.persistence.hibernate that implement ObjectDao Modifier and Type Class Description classAbstractContentEntityObjectHibernateDao<T extends ContentEntityObject>classHibernateZduStatusDaoManage the ZduStatusEntity table. -
Uses of ObjectDao in com.atlassian.confluence.internal.schedule.persistence.dao
Classes in com.atlassian.confluence.internal.schedule.persistence.dao that implement ObjectDao Modifier and Type Class Description classHibernateInternalRunDetailsDaoThe implementation ofInternalRunDetailsDaointerface -
Uses of ObjectDao in com.atlassian.confluence.internal.security.persistence
Subinterfaces of ObjectDao in com.atlassian.confluence.internal.security.persistence Modifier and Type Interface Description interfaceContentPermissionSetDaoInternalDao for ContentPermissionSets. -
Uses of ObjectDao in com.atlassian.confluence.internal.setup.settings
Subinterfaces of ObjectDao in com.atlassian.confluence.internal.setup.settings Modifier and Type Interface Description interfaceGlobalDescriptionDaoInternalDao for the GlobalDescription. -
Uses of ObjectDao in com.atlassian.confluence.internal.spaces.persistence
Subinterfaces of ObjectDao in com.atlassian.confluence.internal.spaces.persistence Modifier and Type Interface Description interfaceSpaceDaoInternalDao for Spaces. -
Uses of ObjectDao in com.atlassian.confluence.internal.user.persistence
Subinterfaces of ObjectDao in com.atlassian.confluence.internal.user.persistence Modifier and Type Interface Description interfacePersonalInformationDaoInternalDao for PersonalInformation. -
Uses of ObjectDao in com.atlassian.confluence.labels.persistence.dao
Subinterfaces of ObjectDao in com.atlassian.confluence.labels.persistence.dao Modifier and Type Interface Description interfaceLabelDao -
Uses of ObjectDao in com.atlassian.confluence.labels.persistence.dao.hibernate
Classes in com.atlassian.confluence.labels.persistence.dao.hibernate that implement ObjectDao Modifier and Type Class Description classHibernateLabelDao -
Uses of ObjectDao in com.atlassian.confluence.links.persistence.dao
Subinterfaces of ObjectDao in com.atlassian.confluence.links.persistence.dao Modifier and Type Interface Description interfaceLinkDao -
Uses of ObjectDao in com.atlassian.confluence.links.persistence.dao.hibernate
Classes in com.atlassian.confluence.links.persistence.dao.hibernate that implement ObjectDao Modifier and Type Class Description classHibernateLinkDao -
Uses of ObjectDao in com.atlassian.confluence.mail.notification.persistence
Subinterfaces of ObjectDao in com.atlassian.confluence.mail.notification.persistence Modifier and Type Interface Description interfaceNotificationDaoData Access Object interface for dealing with notifications. -
Uses of ObjectDao in com.atlassian.confluence.mail.notification.persistence.dao.hibernate
Classes in com.atlassian.confluence.mail.notification.persistence.dao.hibernate that implement ObjectDao Modifier and Type Class Description classHibernateNotificationDao -
Uses of ObjectDao in com.atlassian.confluence.pages.persistence.dao
Subinterfaces of ObjectDao in com.atlassian.confluence.pages.persistence.dao Modifier and Type Interface Description interfaceBlogPostDaointerfaceCommentDaointerfacePageDaoDeprecated, for removal: This API element is subject to removal in a future version.since 8.7 usePageDaoInternalClasses in com.atlassian.confluence.pages.persistence.dao that implement ObjectDao Modifier and Type Class Description classDelegatingPageDaoAPageDaoInternalimplementation that just delegates to another one. -
Uses of ObjectDao in com.atlassian.confluence.pages.persistence.dao.hibernate
Classes in com.atlassian.confluence.pages.persistence.dao.hibernate that implement ObjectDao Modifier and Type Class Description classAbstractHibernateAttachmentDaoAbstract class that defines the basic methods necessary for saving Attachments to a database.classHibernateAbstractPageDaoclassHibernateAttachmentDataDaoDeprecated, for removal: This API element is subject to removal in a future version.since 8.8, no replacementclassHibernateBlogPostDaoHibernate 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 ObjectDao in com.atlassian.confluence.pages.templates.persistence.dao
Subinterfaces of ObjectDao in com.atlassian.confluence.pages.templates.persistence.dao Modifier and Type Interface Description interfacePageTemplateDao -
Uses of ObjectDao in com.atlassian.confluence.pages.templates.persistence.dao.hibernate
Classes in com.atlassian.confluence.pages.templates.persistence.dao.hibernate that implement ObjectDao Modifier and Type Class Description classHibernatePageTemplateDao -
Uses of ObjectDao in com.atlassian.confluence.security.persistence.dao
Subinterfaces of ObjectDao in com.atlassian.confluence.security.persistence.dao Modifier and Type Interface Description interfaceContentPermissionSetDaointerfaceSpacePermissionDao -
Uses of ObjectDao in com.atlassian.confluence.security.persistence.dao.hibernate
Classes in com.atlassian.confluence.security.persistence.dao.hibernate that implement ObjectDao Modifier and Type Class Description classHibernateContentPermissionSetDaoclassHibernateSpacePermissionDao -
Uses of ObjectDao in com.atlassian.confluence.setup.settings
Subinterfaces of ObjectDao in com.atlassian.confluence.setup.settings Modifier and Type Interface Description interfaceGlobalDescriptionDaoClasses in com.atlassian.confluence.setup.settings that implement ObjectDao Modifier and Type Class Description classDefaultGlobalDescriptionDao -
Uses of ObjectDao in com.atlassian.confluence.spaces.persistence.dao
Subinterfaces of ObjectDao in com.atlassian.confluence.spaces.persistence.dao Modifier and Type Interface Description interfaceSpaceDao -
Uses of ObjectDao in com.atlassian.confluence.spaces.persistence.dao.hibernate
Classes in com.atlassian.confluence.spaces.persistence.dao.hibernate that implement ObjectDao Modifier and Type Class Description classHibernateSpaceDao -
Uses of ObjectDao in com.atlassian.confluence.user.persistence.dao
Subinterfaces of ObjectDao in com.atlassian.confluence.user.persistence.dao Modifier and Type Interface Description interfacePersonalInformationDaoManages the persistence of personal information objects, containing user properties like logos, preferences, etc. -
Uses of ObjectDao in com.atlassian.confluence.user.persistence.dao.hibernate
Classes in com.atlassian.confluence.user.persistence.dao.hibernate that implement ObjectDao Modifier and Type Class Description classHibernatePersonalInformationDao
-