Uses of Interface
com.atlassian.confluence.core.persistence.AnyTypeDao
-
Packages that use AnyTypeDao Package Description com.atlassian.confluence.core.persistence.hibernate com.atlassian.confluence.impl.search.queue com.atlassian.confluence.internal.index.lucene com.atlassian.confluence.internal.permissions com.atlassian.confluence.internal.search.queue com.atlassian.confluence.plugins.rest.entities.builders com.atlassian.confluence.search.v2 Provides an extensible, flexible search API. -
-
Uses of AnyTypeDao in com.atlassian.confluence.core.persistence.hibernate
Subinterfaces of AnyTypeDao in com.atlassian.confluence.core.persistence.hibernate Modifier and Type Interface Description interfaceExporterAnyTypeDaoSub-interface of AnyTypeDao, not available to plugins, that ties the result type of findAllPersistentObjectsHandles to the implementation relied on by export.Classes in com.atlassian.confluence.core.persistence.hibernate that implement AnyTypeDao Modifier and Type Class Description classHibernateAnyTypeDaoDeprecated.since 7.17.0. -
Uses of AnyTypeDao in com.atlassian.confluence.impl.search.queue
Constructors in com.atlassian.confluence.impl.search.queue with parameters of type AnyTypeDao Constructor Description ChangeIndexTaskQueue(JournalService journalService, IndexTaskFactoryInternal indexTaskFactory, AnyTypeDao anyTypeDao, IndexFlushRequester indexFlushRequester, JournalIdentifier journalIdentifier)ContentIndexTaskQueue(JournalService journalService, IndexTaskFactoryInternal indexTaskFactory, AnyTypeDao anyTypeDao, IndexFlushRequester indexFlushRequester, JournalIdentifier journalIdentifier) -
Uses of AnyTypeDao in com.atlassian.confluence.internal.index.lucene
Constructors in com.atlassian.confluence.internal.index.lucene with parameters of type AnyTypeDao Constructor Description LuceneBatchIndexer(AnyTypeDao anyTypeDao, org.springframework.transaction.PlatformTransactionManager transactionManager, IndexTaskFactoryInternal indexTaskFactory, SearchIndexWriter contentWriter, SearchIndexWriter changeWriter, com.atlassian.confluence.internal.index.lucene.BulkFieldPrefetcher bulkFieldPrefetcher) -
Uses of AnyTypeDao in com.atlassian.confluence.internal.permissions
Constructors in com.atlassian.confluence.internal.permissions with parameters of type AnyTypeDao Constructor Description TargetResolverImpl(AnyTypeDao anyTypeDao) -
Uses of AnyTypeDao in com.atlassian.confluence.internal.search.queue
Fields in com.atlassian.confluence.internal.search.queue declared as AnyTypeDao Modifier and Type Field Description protected AnyTypeDaoAbstractJournalIndexTaskQueue. anyTypeDaoConstructors in com.atlassian.confluence.internal.search.queue with parameters of type AnyTypeDao Constructor Description AbstractJournalIndexTaskQueue(JournalService journalService, AnyTypeDao anyTypeDao, IndexFlushRequester indexFlushRequester, JournalIdentifier journalIdentifier)JournalIndexTaskQueue(JournalService journalService, IndexTaskFactoryInternal indexTaskFactory, AnyTypeDao anyTypeDao, IndexFlushRequester indexFlushRequester, JournalIdentifier journalIdentifier) -
Uses of AnyTypeDao in com.atlassian.confluence.plugins.rest.entities.builders
Constructors in com.atlassian.confluence.plugins.rest.entities.builders with parameters of type AnyTypeDao Constructor Description AttachmentEntityBuilder(AnyTypeDao anyTypeDao, DefaultRestAttachmentManager restAttachmentManager)DefaultEntityBuilderFactory(SettingsManager settingsManager, DateEntityFactory dateEntityFactory, DefaultRestAttachmentManager restAttachmentManager, AnyTypeDao anyTypeDao, UserAccessor userAccessor, UserEntityHelper userEntityHelper, ContentTypeManager contentTypeManager, AvatarProviderAccessor avatarProviderAccessor, AttachmentManager attachmentManager)SpaceEntityBuilder(DateEntityFactory dateEntityFactory, SettingsManager settingsManager, AnyTypeDao anyTypeDao) -
Uses of AnyTypeDao in com.atlassian.confluence.search.v2
Constructors in com.atlassian.confluence.search.v2 with parameters of type AnyTypeDao Constructor Description SearchResultConverter(AnyTypeDao anyTypeDao, ContentEntityObjectDao contentEntityObjectDao)
-