Uses of Interface
org.springframework.data.mongodb.core.index.IndexOperationsProvider
Packages that use IndexOperationsProvider
Package
Description
MongoDB core support.
Support for MongoDB document indexing.
-
Uses of IndexOperationsProvider in org.springframework.data.mongodb.core
Classes in org.springframework.data.mongodb.core that implement IndexOperationsProvider -
Uses of IndexOperationsProvider in org.springframework.data.mongodb.core.index
Constructors in org.springframework.data.mongodb.core.index with parameters of type IndexOperationsProviderModifierConstructorDescriptionMongoPersistentEntityIndexCreator(MongoMappingContext mappingContext, IndexOperationsProvider indexOperationsProvider) Creates a newMongoPersistentEntityIndexCreatorfor the givenMongoMappingContextandMongoDatabaseFactory.MongoPersistentEntityIndexCreator(MongoMappingContext mappingContext, IndexOperationsProvider indexOperationsProvider, IndexResolver indexResolver) Creates a newMongoPersistentEntityIndexCreatorfor the givenMongoMappingContextandMongoDatabaseFactory.