Uses of Interface
com.atlassian.confluence.internal.persistence.VersionedObjectDaoInternal
-
-
Uses of VersionedObjectDaoInternal in com.atlassian.confluence.content.persistence.hibernate
Classes in com.atlassian.confluence.content.persistence.hibernate that implement VersionedObjectDaoInternal Modifier and Type Class Description classPluginContentHibernateDaoHibernate Implementation of the CustomContentDao -
Uses of VersionedObjectDaoInternal in com.atlassian.confluence.content.render.xhtml.migration
Classes in com.atlassian.confluence.content.render.xhtml.migration that implement VersionedObjectDaoInternal 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 VersionedObjectDaoInternal in com.atlassian.confluence.core.persistence.hibernate
Classes in com.atlassian.confluence.core.persistence.hibernate that implement VersionedObjectDaoInternal Modifier and Type Class Description classConfluenceHibernateObjectDao<T extends com.atlassian.core.bean.EntityObject>Abstract superclass of all Confluence hibernate DAOs.classContentEntityObjectHibernateDaoclassContentPermissionHibernateDaoclassVersionedHibernateObjectDao<T extends com.atlassian.core.bean.EntityObject> -
Uses of VersionedObjectDaoInternal in com.atlassian.confluence.impl.pages.persistence.dao
Classes in com.atlassian.confluence.impl.pages.persistence.dao that implement VersionedObjectDaoInternal Modifier and Type Class Description classReadThroughCachingPageDaoThis maintains a cache of (space key, page title) -> (page id) mappings. -
Uses of VersionedObjectDaoInternal in com.atlassian.confluence.impl.schedule.caesium
Classes in com.atlassian.confluence.impl.schedule.caesium that implement VersionedObjectDaoInternal Modifier and Type Class Description classSchedulerClusteredJobDaoclassSchedulerRunDetailsDao -
Uses of VersionedObjectDaoInternal in com.atlassian.confluence.internal.content.render.xhtml.migration
Subinterfaces of VersionedObjectDaoInternal 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 VersionedObjectDaoInternal in com.atlassian.confluence.internal.diagnostics.persistence.dao.hibernate
Classes in com.atlassian.confluence.internal.diagnostics.persistence.dao.hibernate that implement VersionedObjectDaoInternal Modifier and Type Class Description classHibernateAlertEntityDao -
Uses of VersionedObjectDaoInternal in com.atlassian.confluence.internal.pages.persistence
Subinterfaces of VersionedObjectDaoInternal in com.atlassian.confluence.internal.pages.persistence Modifier and Type Interface Description interfaceBlogPostDaoInternalDao for BlogPosts.interfacePageDaoInternalDao for Pages. -
Uses of VersionedObjectDaoInternal in com.atlassian.confluence.internal.persistence
Subinterfaces of VersionedObjectDaoInternal in com.atlassian.confluence.internal.persistence Modifier and Type Interface Description interfaceContentEntityObjectDaoInternal<T extends ContentEntityObject>A Dao for ContentEntityObjects. -
Uses of VersionedObjectDaoInternal in com.atlassian.confluence.internal.persistence.hibernate
Classes in com.atlassian.confluence.internal.persistence.hibernate that implement VersionedObjectDaoInternal Modifier and Type Class Description classAbstractContentEntityObjectHibernateDao<T extends ContentEntityObject> -
Uses of VersionedObjectDaoInternal in com.atlassian.confluence.internal.schedule.persistence.dao
Classes in com.atlassian.confluence.internal.schedule.persistence.dao that implement VersionedObjectDaoInternal Modifier and Type Class Description classHibernateInternalRunDetailsDaoThe implementation ofInternalRunDetailsDaointerface -
Uses of VersionedObjectDaoInternal in com.atlassian.confluence.links.persistence.dao.hibernate
Classes in com.atlassian.confluence.links.persistence.dao.hibernate that implement VersionedObjectDaoInternal Modifier and Type Class Description classHibernateLinkDao -
Uses of VersionedObjectDaoInternal in com.atlassian.confluence.mail.notification.persistence.dao.hibernate
Classes in com.atlassian.confluence.mail.notification.persistence.dao.hibernate that implement VersionedObjectDaoInternal Modifier and Type Class Description classHibernateNotificationDao -
Uses of VersionedObjectDaoInternal in com.atlassian.confluence.pages.persistence.dao
Classes in com.atlassian.confluence.pages.persistence.dao that implement VersionedObjectDaoInternal Modifier and Type Class Description classDelegatingPageDaoAPageDaoInternalimplementation that just delegates to another one. -
Uses of VersionedObjectDaoInternal in com.atlassian.confluence.pages.persistence.dao.hibernate
Classes in com.atlassian.confluence.pages.persistence.dao.hibernate that implement VersionedObjectDaoInternal Modifier and Type Class Description classAbstractHibernateAttachmentDaoAbstract class that defines the basic methods necessary for saving Attachments to a database.classHibernateBlogPostDaoHibernate implementation of the BlogPost DAOclassHibernateCommentDaoclassHibernatePageDaoclassNonTransactionalHibernateAttachmentDaoNon-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 VersionedObjectDaoInternal in com.atlassian.confluence.pages.templates.persistence.dao.hibernate
Classes in com.atlassian.confluence.pages.templates.persistence.dao.hibernate that implement VersionedObjectDaoInternal Modifier and Type Class Description classHibernatePageTemplateDao -
Uses of VersionedObjectDaoInternal in com.atlassian.confluence.security.persistence.dao.hibernate
Classes in com.atlassian.confluence.security.persistence.dao.hibernate that implement VersionedObjectDaoInternal Modifier and Type Class Description classHibernateSpacePermissionDao -
Uses of VersionedObjectDaoInternal in com.atlassian.confluence.spaces.persistence.dao.hibernate
Classes in com.atlassian.confluence.spaces.persistence.dao.hibernate that implement VersionedObjectDaoInternal Modifier and Type Class Description classHibernateSpaceDao -
Uses of VersionedObjectDaoInternal in com.atlassian.confluence.user.persistence.dao.hibernate
Classes in com.atlassian.confluence.user.persistence.dao.hibernate that implement VersionedObjectDaoInternal Modifier and Type Class Description classHibernatePersonalInformationDao
-