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 class
PluginContentHibernateDao
Hibernate 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 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 ObjectDaoInternal in com.atlassian.confluence.core
Methods in com.atlassian.confluence.core with parameters of type ObjectDaoInternal Modifier and Type Method Description void
AbstractVersionedEntityObject. applyChildVersioningPolicy(@Nullable Versioned versionToPromote, ObjectDaoInternal<?> dao)
void
ContentEntityObject. applyChildVersioningPolicy(@Nullable Versioned versionToPromote, ObjectDaoInternal<?> dao)
void
Versioned. 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 class
CachingVersionHistoryDao
A cache decorator aroundVersionHistoryDaoInternal
class
ConfluenceHibernateObjectDao<T extends com.atlassian.core.bean.EntityObject>
Abstract superclass of all Confluence hibernate DAOs.class
ContentEntityObjectHibernateDao
class
ContentPermissionHibernateDao
class
HibernateObjectDao<T extends com.atlassian.core.bean.EntityObject>
Generic DAO for hibernate objects.class
HibernateVersionHistoryDao
class
VersionedHibernateObjectDao<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 class
CachingNotificationDao
Caching 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 class
ReadThroughCachingPageDao
This 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 class
SchedulerClusteredJobDao
class
SchedulerRunDetailsDao
-
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 class
ReadThroughCachingPersonalInformationDao
-
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 class
HibernateAuditRecordDao
Deprecated.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 interface
ContentDaoInternal
DAO 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 class
HibernateAlertEntityDao
-
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 interface
LabelDaoInternal
Dao 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 interface
LinkDaoInternal
Dao 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 interface
NotificationDaoInternal
Dao for Notifications.Classes in com.atlassian.confluence.internal.notification.persistence that implement ObjectDaoInternal Modifier and Type Class Description class
DelegatingNotificationDaoInternal
Delegating 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 interface
BlogPostDaoInternal
Dao for BlogPosts.interface
CommentDaoInternal
Dao for Comments.interface
PageDaoInternal
Dao 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 interface
ContentEntityObjectDaoInternal<T extends ContentEntityObject>
A Dao for ContentEntityObjects.interface
ContentPermissionDaoInternal
Dao for ContentPermissions.interface
VersionedObjectDaoInternal<T extends com.atlassian.core.bean.EntityObject>
A Dao for Versioned EntityObjectsinterface
VersionHistoryDaoInternal
A Dao for VersionHistory.Classes in com.atlassian.confluence.internal.persistence that implement ObjectDaoInternal Modifier and Type Class Description class
DelegatingObjectDaoInternal<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 class
AbstractContentEntityObjectHibernateDao<T extends ContentEntityObject>
class
HibernateZduStatusDao
Manage 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 class
HibernateInternalRunDetailsDao
The implementation ofInternalRunDetailsDao
interface -
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 interface
ContentPermissionSetDaoInternal
Dao 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 interface
GlobalDescriptionDaoInternal
Dao 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 interface
SpaceDaoInternal
Dao 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 interface
PersonalInformationDaoInternal
Dao 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 class
HibernateLabelDao
-
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 class
HibernateLinkDao
-
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 class
HibernateNotificationDao
-
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 class
DelegatingPageDao
APageDaoInternal
implementation 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 class
AbstractHibernateAttachmentDao
Abstract class that defines the basic methods necessary for saving Attachments to a database.class
HibernateAbstractPageDao
class
HibernateAttachmentDataDao
This class defines an AttachmentDataDao that stores Attachment data in a Hibernate-managed database.class
HibernateBlogPostDao
Hibernate implementation of the BlogPost DAOclass
HibernateCommentDao
class
HibernateDraftDao
Database storage for drafts.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 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 class
HibernatePageTemplateDao
-
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 class
HibernateContentPermissionSetDao
class
HibernateSpacePermissionDao
-
Uses of ObjectDaoInternal in com.atlassian.confluence.setup.settings
Classes in com.atlassian.confluence.setup.settings that implement ObjectDaoInternal Modifier and Type Class Description class
DefaultGlobalDescriptionDao
-
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 class
HibernateSpaceDao
-
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 class
HibernatePersonalInformationDao
-