Uses of Interface
com.atlassian.confluence.content.persistence.CustomContentDao
-
Packages that use CustomContentDao Package Description com.atlassian.confluence.content.persistence.hibernate com.atlassian.confluence.impl.content -
-
Uses of CustomContentDao in com.atlassian.confluence.content.persistence.hibernate
Classes in com.atlassian.confluence.content.persistence.hibernate that implement CustomContentDao Modifier and Type Class Description classPluginContentHibernateDaoHibernate Implementation of the CustomContentDao -
Uses of CustomContentDao in com.atlassian.confluence.impl.content
Constructors in com.atlassian.confluence.impl.content with parameters of type CustomContentDao Constructor Description DefaultCustomContentManager(CustomContentDao customContentDao, org.hibernate.SessionFactory sessionFactory, WikiToStorageConverter wikiToStorageConverter, com.atlassian.event.api.EventPublisher eventPublisher, ContentTypeManager contentTypeManager, RelationManager relationManager, ContentFactory contentFactory, CollaborativeEditingHelper collaborativeEditingHelper, AuditingContext auditingContext, RetentionFeatureChecker retentionFeatureChecker)
-