Uses of Interface
com.atlassian.confluence.core.persistence.ContentEntityObjectDao
-
-
Uses of ContentEntityObjectDao in com.atlassian.confluence.api.impl.service.content.factory
Constructors in com.atlassian.confluence.api.impl.service.content.factory with parameters of type ContentEntityObjectDao Constructor Description HistoryFactory(PersonFactory personFactory, VersionFactory versionFactory, ContentEntityManager contentEntityManager, ContributorsFactory contributorsFactory, ContentEntityObjectDao contentEntityObjectDao) -
Uses of ContentEntityObjectDao in com.atlassian.confluence.content.persistence
Subinterfaces of ContentEntityObjectDao in com.atlassian.confluence.content.persistence Modifier and Type Interface Description interfaceCustomContentDao -
Uses of ContentEntityObjectDao in com.atlassian.confluence.content.persistence.hibernate
Classes in com.atlassian.confluence.content.persistence.hibernate that implement ContentEntityObjectDao Modifier and Type Class Description classPluginContentHibernateDaoHibernate Implementation of the CustomContentDao -
Uses of ContentEntityObjectDao in com.atlassian.confluence.content.render.xhtml.migration
Subinterfaces of ContentEntityObjectDao 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 ContentEntityObjectDao Modifier and Type Class Description classDefaultContentDaoGeneric DAO for hibernate objects. -
Uses of ContentEntityObjectDao in com.atlassian.confluence.core.persistence.hibernate
Classes in com.atlassian.confluence.core.persistence.hibernate that implement ContentEntityObjectDao Modifier and Type Class Description classContentEntityObjectHibernateDao -
Uses of ContentEntityObjectDao in com.atlassian.confluence.impl.content
Constructors in com.atlassian.confluence.impl.content with parameters of type ContentEntityObjectDao Constructor Description DefaultCommentManager(ContentEntityObjectDao<ContentEntityObject> contentEntityObjectDao, org.hibernate.SessionFactory sessionFactory, WikiToStorageConverter wikiToStorageConverter, com.atlassian.event.api.EventPublisher eventPublisher, CommentDaoInternal commentDao, RelationManager relationManager, CollaborativeEditingHelper collaborativeEditingHelper, AuditingContext auditingContext, RetentionFeatureChecker retentionFeatureChecker)DefaultContentEntityManager(ContentEntityObjectDao<? extends ContentEntityObject> contentEntityObjectDao, org.hibernate.SessionFactory sessionFactory, WikiToStorageConverter wikiToStorageConverter, com.atlassian.event.api.EventPublisher eventPublisher, RelationManager relationManager, CollaborativeEditingHelper collaborativeEditingHelper, AuditingContext auditingContext, RetentionFeatureChecker retentionFeatureChecker)DefaultPersonalInformationManager(ContentEntityObjectDao<ContentEntityObject> contentEntityObjectDao, org.hibernate.SessionFactory sessionFactory, WikiToStorageConverter wikiToStorageConverter, com.atlassian.event.api.EventPublisher eventPublisher, PersonalInformationDao personalInformationDao, RelationManager relationManager, CollaborativeEditingHelper collaborativeEditingHelper, AuditingContext auditingContext, RetentionFeatureChecker retentionFeatureChecker)DefaultSpaceDescriptionManager(ContentEntityObjectDao<ContentEntityObject> contentEntityObjectDao, org.hibernate.SessionFactory sessionFactory, WikiToStorageConverter wikiToStorageConverter, com.atlassian.event.api.EventPublisher eventPublisher, RelationManager relationManager, CollaborativeEditingHelper collaborativeEditingHelper, AuditingContext auditingContext, RetentionFeatureChecker retentionFeatureChecker) -
Uses of ContentEntityObjectDao in com.atlassian.confluence.impl.pages.persistence.dao
Classes in com.atlassian.confluence.impl.pages.persistence.dao that implement ContentEntityObjectDao Modifier and Type Class Description classReadThroughCachingPageDaoThis maintains a cache of (space key, page title) -> (page id) mappings. -
Uses of ContentEntityObjectDao in com.atlassian.confluence.impl.search.v2.extractor
Constructors in com.atlassian.confluence.impl.search.v2.extractor with parameters of type ContentEntityObjectDao Constructor Description ContentModifiersBulkExtractor(ContentEntityObjectDao<ContentEntityObject> contentEntityObjectDao) -
Uses of ContentEntityObjectDao in com.atlassian.confluence.internal.content.render.xhtml.migration
Subinterfaces of ContentEntityObjectDao 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 ContentEntityObjectDao in com.atlassian.confluence.internal.pages.persistence
Subinterfaces of ContentEntityObjectDao in com.atlassian.confluence.internal.pages.persistence Modifier and Type Interface Description interfacePageDaoInternalDao for Pages. -
Uses of ContentEntityObjectDao in com.atlassian.confluence.internal.persistence
Subinterfaces of ContentEntityObjectDao in com.atlassian.confluence.internal.persistence Modifier and Type Interface Description interfaceContentEntityObjectDaoInternal<T extends ContentEntityObject>A Dao for ContentEntityObjects. -
Uses of ContentEntityObjectDao in com.atlassian.confluence.internal.persistence.hibernate
Classes in com.atlassian.confluence.internal.persistence.hibernate that implement ContentEntityObjectDao Modifier and Type Class Description classAbstractContentEntityObjectHibernateDao<T extends ContentEntityObject> -
Uses of ContentEntityObjectDao in com.atlassian.confluence.internal.search.tasks
Constructors in com.atlassian.confluence.internal.search.tasks with parameters of type ContentEntityObjectDao Constructor Description DefaultIndexTaskFactory(BatchOperationManager batchOperationManager, AtlassianDocumentBuilder<Searchable> documentBuilder, AtlassianDocumentBuilder<Searchable> changeDocumentBuilder, ContentEntityObjectDao<ContentEntityObject> contentEntityObjectDao, PersonalInformationManager personalInformationManager, UserAccessor userAccessor, PersonalInformationDao personalInformationDao, SpaceDao spaceDao, PageManagerInternal pageManager, HibernateSessionManager5 hibernateSessionManager, org.hibernate.SessionFactory sessionFactory, com.atlassian.config.ApplicationConfig applicationConfig)RebuildChangeDocumentsIndexTask(Searchable searchable, ContentEntityObjectDao<ContentEntityObject> contentEntityObjectDao, IndexTaskFactoryInternal indexTaskFactory, HibernateSessionManager5 hibernateSessionManager, org.hibernate.SessionFactory sessionFactory, boolean skipDeletes)Constructs a rebuild change document index task. -
Uses of ContentEntityObjectDao in com.atlassian.confluence.labels.persistence.dao.hibernate
Methods in com.atlassian.confluence.labels.persistence.dao.hibernate with parameters of type ContentEntityObjectDao Modifier and Type Method Description voidHibernateLabelDao. setContentEntityObjectDao(ContentEntityObjectDao contentEntityObjectDao) -
Uses of ContentEntityObjectDao in com.atlassian.confluence.pages.persistence.dao
Subinterfaces of ContentEntityObjectDao in com.atlassian.confluence.pages.persistence.dao Modifier and Type Interface Description interfacePageDaoDeprecated, 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 ContentEntityObjectDao Modifier and Type Class Description classDelegatingPageDaoAPageDaoInternalimplementation that just delegates to another one. -
Uses of ContentEntityObjectDao in com.atlassian.confluence.pages.persistence.dao.hibernate
Classes in com.atlassian.confluence.pages.persistence.dao.hibernate that implement ContentEntityObjectDao Modifier and Type Class Description classHibernatePageDao -
Uses of ContentEntityObjectDao in com.atlassian.confluence.renderer.radeox.macros
Methods in com.atlassian.confluence.renderer.radeox.macros with parameters of type ContentEntityObjectDao Modifier and Type Method Description voidContentByUserMacro. setContentEntityObjectDao(ContentEntityObjectDao contentEntityObjectDao) -
Uses of ContentEntityObjectDao in com.atlassian.confluence.rpc.soap
Methods in com.atlassian.confluence.rpc.soap with parameters of type ContentEntityObjectDao Modifier and Type Method Description voidWikiSoapService. setContentEntityObjectDao(ContentEntityObjectDao contentEntityObjectDao)voidXhtmlSoapService. setContentEntityObjectDao(ContentEntityObjectDao contentEntityObjectDao) -
Uses of ContentEntityObjectDao in com.atlassian.confluence.search.v2
Constructors in com.atlassian.confluence.search.v2 with parameters of type ContentEntityObjectDao Constructor Description SearchResultConverter(AnyTypeDao anyTypeDao, ContentEntityObjectDao contentEntityObjectDao) -
Uses of ContentEntityObjectDao in com.atlassian.confluence.servlet.download
Methods in com.atlassian.confluence.servlet.download with parameters of type ContentEntityObjectDao Modifier and Type Method Description voidAttachmentUrlParser. setContentEntityObjectDao(ContentEntityObjectDao contentEntityObjectDao)
-