Uses of Interface
org.springframework.data.mongodb.core.index.ReactiveIndexOperationsProvider
Packages that use ReactiveIndexOperationsProvider
Package
Description
Support for MongoDB document indexing.
-
Uses of ReactiveIndexOperationsProvider in org.springframework.data.mongodb.core.index
Constructors in org.springframework.data.mongodb.core.index with parameters of type ReactiveIndexOperationsProviderModifierConstructorDescriptionReactiveMongoPersistentEntityIndexCreator(MongoMappingContext mappingContext, ReactiveIndexOperationsProvider operationsProvider) Creates a newReactiveMongoPersistentEntityIndexCreatorfor the givenMongoMappingContext,ReactiveIndexOperationsProvider.ReactiveMongoPersistentEntityIndexCreator(MongoMappingContext mappingContext, ReactiveIndexOperationsProvider operationsProvider, IndexResolver indexResolver) Creates a newReactiveMongoPersistentEntityIndexCreatorfor the givenMongoMappingContext,ReactiveIndexOperationsProvider, andIndexResolver.