Uses of Interface
com.atlassian.confluence.user.persistence.dao.PersonalInformationDao
-
-
Uses of PersonalInformationDao in com.atlassian.confluence.impl.content
Constructors in com.atlassian.confluence.impl.content with parameters of type PersonalInformationDao Constructor Description 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) -
Uses of PersonalInformationDao in com.atlassian.confluence.impl.user.persistence.dao
Classes in com.atlassian.confluence.impl.user.persistence.dao that implement PersonalInformationDao Modifier and Type Class Description classReadThroughCachingPersonalInformationDao -
Uses of PersonalInformationDao in com.atlassian.confluence.internal.search.tasks
Constructors in com.atlassian.confluence.internal.search.tasks with parameters of type PersonalInformationDao Constructor Description ReindexAllUsersChangeIndexTask(BatchOperationManager batchOperationManager, PersonalInformationDao personalInformationDao, IndexTaskFactory indexTaskFactory)ReindexAllUsersContentIndexTask(BatchOperationManager batchOperationManager, PersonalInformationDao personalInformationDao, IndexTaskFactory indexTaskFactory) -
Uses of PersonalInformationDao in com.atlassian.confluence.internal.user.persistence
Subinterfaces of PersonalInformationDao in com.atlassian.confluence.internal.user.persistence Modifier and Type Interface Description interfacePersonalInformationDaoInternalDao for PersonalInformation. -
Uses of PersonalInformationDao in com.atlassian.confluence.search.lucene.tasks
Constructors in com.atlassian.confluence.search.lucene.tasks with parameters of type PersonalInformationDao Constructor Description IndexTaskFactory(BatchOperationManager batchOperationManager, AtlassianDocumentBuilder<Searchable> documentBuilder, AtlassianDocumentBuilder<Searchable> changeDocumentBuilder, ContentEntityObjectDao<?> contentEntityObjectDao, AttachmentManager attachmentManager, PersonalInformationManager personalInformationManager, UserAccessor userAccessor, PersonalInformationDao personalInformationDao, SpaceDao spaceDao, PageDaoInternal pageDao) -
Uses of PersonalInformationDao in com.atlassian.confluence.user.persistence.dao.hibernate
Classes in com.atlassian.confluence.user.persistence.dao.hibernate that implement PersonalInformationDao Modifier and Type Class Description classHibernatePersonalInformationDao
-