Uses of Interface
com.atlassian.confluence.content.persistence.CustomContentDao
Packages that use CustomContentDao
Package
Description
-
Uses of CustomContentDao in com.atlassian.confluence.content.persistence.hibernate
Classes in com.atlassian.confluence.content.persistence.hibernate that implement CustomContentDaoModifier and TypeClassDescriptionclass
Hibernate Implementation of the CustomContentDao -
Uses of CustomContentDao in com.atlassian.confluence.impl.content
Constructors in com.atlassian.confluence.impl.content with parameters of type CustomContentDaoModifierConstructorDescriptionDefaultCustomContentManager
(CustomContentDao customContentDao, ContentEntityObjectDaoInternal contentEntityObjectDao, org.hibernate.SessionFactory sessionFactory, WikiToStorageConverter wikiToStorageConverter, com.atlassian.event.api.EventPublisher eventPublisher, ContentTypeManager contentTypeManager, RelationManager relationManager, CollaborativeEditingHelper collaborativeEditingHelper, AuditingContext auditingContext, RetentionFeatureChecker retentionFeatureChecker, NotificationManager notificationManager) -
Uses of CustomContentDao in com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.misc
Constructors in com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.misc with parameters of type CustomContentDaoModifierConstructorDescriptionSpaceDeletionEventSender
(com.atlassian.event.api.EventPublisher eventPublisher, PageDaoInternal pageDao, BlogPostDao blogPostDao, PageTemplateDao pageTemplateDao, AttachmentDaoInternal attachmentDao, LabelDaoInternal labelDao, NotificationDaoInternal notificationDao, CustomContentDao customContentDao, org.springframework.transaction.PlatformTransactionManager transactionManager)