| Package | Description |
|---|---|
| org.springframework.data.mongodb.core.index |
Support for MongoDB document indexing.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MongoPersistentEntityIndexResolver
IndexResolver implementation inspecting MongoPersistentEntity for MongoPersistentEntity to be
indexed. |
| Modifier and Type | Method and Description |
|---|---|
static IndexResolver |
IndexResolver.create(MappingContext<? extends MongoPersistentEntity<?>,MongoPersistentProperty> mappingContext)
Creates a new
IndexResolver given MongoMappingContext. |
| Constructor and Description |
|---|
MongoPersistentEntityIndexCreator(MongoMappingContext mappingContext,
IndexOperationsProvider indexOperationsProvider,
IndexResolver indexResolver)
Creates a new
MongoPersistentEntityIndexCreator for the given MongoMappingContext and
MongoDatabaseFactory. |
ReactiveMongoPersistentEntityIndexCreator(MongoMappingContext mappingContext,
ReactiveIndexOperationsProvider operationsProvider,
IndexResolver indexResolver)
Creates a new
ReactiveMongoPersistentEntityIndexCreator for the given MongoMappingContext,
ReactiveIndexOperationsProvider, and IndexResolver. |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.