Uses of Interface
com.atlassian.confluence.core.persistence.AnyTypeDao
-
-
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, IndexTaskFactory indexTaskFactory, AnyTypeDao anyTypeDao, IndexFlushRequester indexFlushRequester, JournalIdentifier journalIdentifier)ContentIndexTaskQueue(JournalService journalService, IndexTaskFactory 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, IndexTaskFactory 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.plugins.rest.entities.builders
-
Uses of AnyTypeDao in com.atlassian.confluence.search.lucene
Constructors in com.atlassian.confluence.search.lucene with parameters of type AnyTypeDao Constructor Description ObjectQueue(List<HibernateHandle> handles, AnyTypeDao anyTypeDao)Deprecated. -
Uses of AnyTypeDao in com.atlassian.confluence.search.lucene.queue
Constructors in com.atlassian.confluence.search.lucene.queue with parameters of type AnyTypeDao Constructor Description JournalIndexTaskQueue(JournalService journalService, IndexTaskFactory indexTaskFactory, AnyTypeDao anyTypeDao)Deprecated.since 5.9.0JournalIndexTaskQueue(JournalService journalService, IndexTaskFactory indexTaskFactory, AnyTypeDao anyTypeDao, IndexFlushRequester indexFlushRequester, JournalIdentifier journalIdentifier) -
Uses of AnyTypeDao in com.atlassian.confluence.search.queue
Fields in com.atlassian.confluence.search.queue declared as AnyTypeDao Modifier and Type Field Description protected AnyTypeDaoAbstractJournalIndexTaskQueue. anyTypeDaoConstructors in com.atlassian.confluence.search.queue with parameters of type AnyTypeDao Constructor Description AbstractJournalIndexTaskQueue(JournalService journalService, AnyTypeDao anyTypeDao, IndexFlushRequester indexFlushRequester, JournalIdentifier journalIdentifier) -
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)
-