Uses of Interface
com.atlassian.confluence.internal.pages.persistence.CommentDaoInternal
-
Packages that use CommentDaoInternal Package Description com.atlassian.confluence.impl.content com.atlassian.confluence.pages.persistence.dao.hibernate -
-
Uses of CommentDaoInternal in com.atlassian.confluence.impl.content
Constructors in com.atlassian.confluence.impl.content with parameters of type CommentDaoInternal 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)
-
Uses of CommentDaoInternal in com.atlassian.confluence.pages.persistence.dao.hibernate
Classes in com.atlassian.confluence.pages.persistence.dao.hibernate that implement CommentDaoInternal Modifier and Type Class Description class
HibernateCommentDao
-