Uses of Interface
com.atlassian.confluence.internal.persistence.ObjectDaoInternal
-
-
Uses of ObjectDaoInternal in com.atlassian.confluence.content.persistence.hibernate
Classes in com.atlassian.confluence.content.persistence.hibernate that implement ObjectDaoInternal Modifier and Type Class Description classPluginContentHibernateDaoHibernate Implementation of the CustomContentDao -
Uses of ObjectDaoInternal in com.atlassian.confluence.content.render.xhtml.migration
Classes in com.atlassian.confluence.content.render.xhtml.migration that implement ObjectDaoInternal 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 ObjectDaoInternal in com.atlassian.confluence.core
Methods in com.atlassian.confluence.core with parameters of type ObjectDaoInternal Modifier and Type Method Description voidAbstractVersionedEntityObject. applyChildVersioningPolicy(@Nullable Versioned versionToPromote, ObjectDaoInternal<?> dao)voidContentEntityObject. applyChildVersioningPolicy(@Nullable Versioned versionToPromote, ObjectDaoInternal<?> dao)voidVersioned. applyChildVersioningPolicy(@Nullable Versioned versionToPromote, ObjectDaoInternal<?> dao)IfVersioned.getVersionChildPolicy(com.atlassian.confluence.api.model.content.ContentType)specifies so, moves content from versionToPromote to this Versioned instance or makes no change. -
Uses of ObjectDaoInternal in com.atlassian.confluence.core.persistence.hibernate
Classes in com.atlassian.confluence.core.persistence.hibernate that implement ObjectDaoInternal 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 ObjectDaoInternal in com.atlassian.confluence.impl.mail.notification.persistence
Classes in com.atlassian.confluence.impl.mail.notification.persistence that implement ObjectDaoInternal Modifier and Type Class Description classCachingNotificationDaoCaching for NotificationDao. -
Uses of ObjectDaoInternal in com.atlassian.confluence.impl.pages.persistence.dao
Classes in com.atlassian.confluence.impl.pages.persistence.dao that implement ObjectDaoInternal Modifier and Type Class Description classReadThroughCachingPageDaoThis maintains a cache of (space key, page title) -> (page id) mappings. -
Uses of ObjectDaoInternal in com.atlassian.confluence.impl.schedule.caesium
Classes in com.atlassian.confluence.impl.schedule.caesium that implement ObjectDaoInternal Modifier and Type Class Description classSchedulerClusteredJobDaoclassSchedulerRunDetailsDao -
Uses of ObjectDaoInternal in com.atlassian.confluence.impl.user.persistence.dao
Classes in com.atlassian.confluence.impl.user.persistence.dao that implement ObjectDaoInternal Modifier and Type Class Description classReadThroughCachingPersonalInformationDao -
Uses of ObjectDaoInternal in com.atlassian.confluence.internal.audit.persistence.dao.hibernate
Classes in com.atlassian.confluence.internal.audit.persistence.dao.hibernate that implement ObjectDaoInternal Modifier and Type Class Description classHibernateAuditRecordDaoDeprecated.since 7.5.0. -
Uses of ObjectDaoInternal in com.atlassian.confluence.internal.content.render.xhtml.migration
Subinterfaces of ObjectDaoInternal 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 ObjectDaoInternal in com.atlassian.confluence.internal.diagnostics.persistence.dao.hibernate
Classes in com.atlassian.confluence.internal.diagnostics.persistence.dao.hibernate that implement ObjectDaoInternal Modifier and Type Class Description classHibernateAlertEntityDao -
Uses of ObjectDaoInternal in com.atlassian.confluence.internal.labels.persistence
Subinterfaces of ObjectDaoInternal in com.atlassian.confluence.internal.labels.persistence Modifier and Type Interface Description interfaceLabelDaoInternalDao for Labels. -
Uses of ObjectDaoInternal in com.atlassian.confluence.internal.links.persistence
Subinterfaces of ObjectDaoInternal in com.atlassian.confluence.internal.links.persistence Modifier and Type Interface Description interfaceLinkDaoInternalDao for OutgoingLinks. -
Uses of ObjectDaoInternal in com.atlassian.confluence.internal.notification.persistence
Subinterfaces of ObjectDaoInternal 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 ObjectDaoInternal Modifier and Type Class Description classDelegatingNotificationDaoInternalDelegating Dao for Notifications. -
Uses of ObjectDaoInternal in com.atlassian.confluence.internal.pages.persistence
Subinterfaces of ObjectDaoInternal in com.atlassian.confluence.internal.pages.persistence Modifier and Type Interface Description interfaceBlogPostDaoInternalDao for BlogPosts.interfaceCommentDaoInternalDao for Comments.interfacePageDaoInternalDao for Pages. -
Uses of ObjectDaoInternal in com.atlassian.confluence.internal.persistence
Subinterfaces of ObjectDaoInternal in com.atlassian.confluence.internal.persistence Modifier and Type Interface Description interfaceContentEntityObjectDaoInternal<T extends ContentEntityObject>A Dao for ContentEntityObjects.interfaceContentPermissionDaoInternalDao for ContentPermissions.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 ObjectDaoInternal Modifier and Type Class Description classDelegatingObjectDaoInternal<T extends com.atlassian.core.bean.EntityObject>Delegating Dao for EntityObjects.Constructors in com.atlassian.confluence.internal.persistence with parameters of type ObjectDaoInternal Constructor Description DelegatingObjectDaoInternal(ObjectDaoInternal<T> delegate) -
Uses of ObjectDaoInternal in com.atlassian.confluence.internal.persistence.hibernate
Classes in com.atlassian.confluence.internal.persistence.hibernate that implement ObjectDaoInternal Modifier and Type Class Description classAbstractContentEntityObjectHibernateDao<T extends ContentEntityObject>classHibernateZduStatusDaoManage the ZduStatusEntity table. -
Uses of ObjectDaoInternal in com.atlassian.confluence.internal.schedule.persistence.dao
Classes in com.atlassian.confluence.internal.schedule.persistence.dao that implement ObjectDaoInternal Modifier and Type Class Description classHibernateInternalRunDetailsDaoThe implementation ofInternalRunDetailsDaointerface -
Uses of ObjectDaoInternal in com.atlassian.confluence.internal.security.persistence
Subinterfaces of ObjectDaoInternal in com.atlassian.confluence.internal.security.persistence Modifier and Type Interface Description interfaceContentPermissionSetDaoInternalDao for ContentPermissionSets. -
Uses of ObjectDaoInternal in com.atlassian.confluence.internal.setup.settings
Subinterfaces of ObjectDaoInternal in com.atlassian.confluence.internal.setup.settings Modifier and Type Interface Description interfaceGlobalDescriptionDaoInternalDao for the GlobalDescription. -
Uses of ObjectDaoInternal in com.atlassian.confluence.internal.spaces.persistence
Subinterfaces of ObjectDaoInternal in com.atlassian.confluence.internal.spaces.persistence Modifier and Type Interface Description interfaceSpaceDaoInternalDao for Spaces. -
Uses of ObjectDaoInternal in com.atlassian.confluence.internal.user.persistence
Subinterfaces of ObjectDaoInternal in com.atlassian.confluence.internal.user.persistence Modifier and Type Interface Description interfacePersonalInformationDaoInternalDao for PersonalInformation. -
Uses of ObjectDaoInternal in com.atlassian.confluence.labels.persistence.dao.hibernate
Classes in com.atlassian.confluence.labels.persistence.dao.hibernate that implement ObjectDaoInternal Modifier and Type Class Description classHibernateLabelDao -
Uses of ObjectDaoInternal in com.atlassian.confluence.links.persistence.dao.hibernate
Classes in com.atlassian.confluence.links.persistence.dao.hibernate that implement ObjectDaoInternal Modifier and Type Class Description classHibernateLinkDao -
Uses of ObjectDaoInternal in com.atlassian.confluence.mail.notification.persistence.dao.hibernate
Classes in com.atlassian.confluence.mail.notification.persistence.dao.hibernate that implement ObjectDaoInternal Modifier and Type Class Description classHibernateNotificationDao -
Uses of ObjectDaoInternal in com.atlassian.confluence.pages.persistence.dao
Classes in com.atlassian.confluence.pages.persistence.dao that implement ObjectDaoInternal Modifier and Type Class Description classDelegatingPageDaoAPageDaoInternalimplementation that just delegates to another one. -
Uses of ObjectDaoInternal in com.atlassian.confluence.pages.persistence.dao.hibernate
Classes in com.atlassian.confluence.pages.persistence.dao.hibernate that implement ObjectDaoInternal 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 ObjectDaoInternal in com.atlassian.confluence.pages.templates.persistence.dao.hibernate
Classes in com.atlassian.confluence.pages.templates.persistence.dao.hibernate that implement ObjectDaoInternal Modifier and Type Class Description classHibernatePageTemplateDao -
Uses of ObjectDaoInternal in com.atlassian.confluence.security.persistence.dao.hibernate
Classes in com.atlassian.confluence.security.persistence.dao.hibernate that implement ObjectDaoInternal Modifier and Type Class Description classHibernateContentPermissionSetDaoclassHibernateSpacePermissionDao -
Uses of ObjectDaoInternal in com.atlassian.confluence.setup.settings
Classes in com.atlassian.confluence.setup.settings that implement ObjectDaoInternal Modifier and Type Class Description classDefaultGlobalDescriptionDao -
Uses of ObjectDaoInternal in com.atlassian.confluence.spaces.persistence.dao.hibernate
Classes in com.atlassian.confluence.spaces.persistence.dao.hibernate that implement ObjectDaoInternal Modifier and Type Class Description classHibernateSpaceDao -
Uses of ObjectDaoInternal in com.atlassian.confluence.user.persistence.dao.hibernate
Classes in com.atlassian.confluence.user.persistence.dao.hibernate that implement ObjectDaoInternal Modifier and Type Class Description classHibernatePersonalInformationDao
-