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 interface
CustomContentDao
-
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 class
PluginContentHibernateDao
Hibernate 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 interface
ContentDao
DAO 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 class
DefaultContentDao
Generic 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 class
ContentEntityObjectHibernateDao
-
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 class
ReadThroughCachingPageDao
This 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 interface
ContentDaoInternal
DAO 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 interface
PageDaoInternal
Dao 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 interface
ContentEntityObjectDaoInternal<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 class
AbstractContentEntityObjectHibernateDao<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<?> contentEntityObjectDao, PersonalInformationManager personalInformationManager, UserAccessor userAccessor, PersonalInformationDao personalInformationDao, SpaceDao spaceDao, PageDaoInternal pageDao, HibernateSessionManager5 hibernateSessionManager, org.hibernate.SessionFactory sessionFactory)
RebuildChangeDocumentsIndexTask(Searchable searchable, ContentEntityObjectDao contentEntityObjectDao, IndexTaskFactoryInternal indexTaskFactory, HibernateSessionManager5 hibernateSessionManager, org.hibernate.SessionFactory sessionFactory)
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 void
HibernateLabelDao. 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 interface
PageDao
Classes in com.atlassian.confluence.pages.persistence.dao that implement ContentEntityObjectDao Modifier and Type Class Description class
DelegatingPageDao
APageDaoInternal
implementation 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 class
HibernatePageDao
-
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 void
ContentByUserMacro. 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 void
WikiSoapService. setContentEntityObjectDao(ContentEntityObjectDao contentEntityObjectDao)
void
XhtmlSoapService. 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 void
AttachmentUrlParser. setContentEntityObjectDao(ContentEntityObjectDao contentEntityObjectDao)
-