Uses of Interface
com.atlassian.confluence.core.BatchOperationManager
-
-
Uses of BatchOperationManager in com.atlassian.confluence.impl.hibernate
Classes in com.atlassian.confluence.impl.hibernate that implement BatchOperationManager Modifier and Type Class Description class
SimpleHibernateBatchOperationManager5
Provides methods for performing batch operations in a series of independent transactions. -
Uses of BatchOperationManager in com.atlassian.confluence.impl.user.crowd.hibernate
Constructors in com.atlassian.confluence.impl.user.crowd.hibernate with parameters of type BatchOperationManager Constructor Description HibernateUserDao(org.hibernate.SessionFactory sessionFactory, Supplier<com.atlassian.crowd.embedded.spi.DirectoryDao> directoryDao, InternalMembershipDao membershipDao, ConfluenceUserDao confluenceUserDao, com.atlassian.crowd.util.persistence.hibernate.batch.BatchProcessor<org.hibernate.Session> batchProcessor, com.atlassian.crowd.util.persistence.hibernate.batch.BatchFinder batchFinder, BatchOperationManager batchOperationManager)
-
Uses of BatchOperationManager in com.atlassian.confluence.internal.search.tasks
-
Uses of BatchOperationManager in com.atlassian.confluence.pages.ancestors
Methods in com.atlassian.confluence.pages.ancestors with parameters of type BatchOperationManager Modifier and Type Method Description void
HibernatePageAncestorManager. setBatchOperationManager(BatchOperationManager batchOperationManager)
-
Uses of BatchOperationManager in com.atlassian.confluence.plugins.contentproperty.index.extractor
Constructors in com.atlassian.confluence.plugins.contentproperty.index.extractor with parameters of type BatchOperationManager Constructor Description ContentPropertiesExtractor(ContentPropertyIndexSchemaManager contentPropertyIndexSchemaManager, ContentPropertyExtractionManager contentPropertyExtractionManager, ContentPropertyFinderFactory contentPropertyFinderFactory, com.atlassian.plugin.PluginAccessor pluginAccessor, BatchOperationManager batchOperationManager)
-
Uses of BatchOperationManager in com.atlassian.confluence.upgrade.upgradetask
Constructors in com.atlassian.confluence.upgrade.upgradetask with parameters of type BatchOperationManager Constructor Description AbstractUserMappingUpgradeTask(ConfluenceUserDao confluenceUserDao, BatchOperationManager batchOperationManager)
BandanaXStreamValueUpgradeTask(com.atlassian.bandana.BandanaManager bandanaManager, org.hibernate.SessionFactory sessionFactory, BatchOperationManager batchOperationManager)
MigrateScheduledJobCacheUpgradeTask(com.atlassian.bandana.BandanaManager bandanaManager, BatchOperationManager batchOperationManager)
-
Uses of BatchOperationManager in com.atlassian.confluence.user
Constructors in com.atlassian.confluence.user with parameters of type BatchOperationManager Constructor Description UserMentionsContentReindexer(ConfluenceIndexer indexer, BatchOperationManager batchOperationManager, SearchManager searchManager, SynchronizationManager synchronizationManager)
-