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 class
ReadThroughCachingPersonalInformationDao
-
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 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)
ReindexAllUsersChangeIndexTask(BatchOperationManager batchOperationManager, PersonalInformationDao personalInformationDao, IndexTaskFactoryInternal indexTaskFactory)
ReindexAllUsersContentIndexTask(BatchOperationManager batchOperationManager, PersonalInformationDao personalInformationDao, IndexTaskFactoryInternal 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 interface
PersonalInformationDaoInternal
Dao for PersonalInformation. -
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 class
HibernatePersonalInformationDao
-