| Package | Description |
|---|---|
| org.springframework.data.mongodb.core |
MongoDB core support.
|
| org.springframework.data.mongodb.core.aggregation |
Support for the MongoDB aggregation framework.
|
| org.springframework.data.mongodb.core.convert |
Spring Data MongoDB specific converter infrastructure.
|
| Constructor and Description |
|---|
DefaultIndexOperations(MongoDbFactory mongoDbFactory,
String collectionName,
QueryMapper queryMapper)
Deprecated.
since 2.1. Please use
DefaultIndexOperations.DefaultIndexOperations(MongoOperations, String, Class). |
DefaultIndexOperations(MongoDbFactory mongoDbFactory,
String collectionName,
QueryMapper queryMapper,
Class<?> type)
Deprecated.
since 2.1. Please use
DefaultIndexOperations.DefaultIndexOperations(MongoOperations, String, Class). |
DefaultReactiveIndexOperations(ReactiveMongoOperations mongoOperations,
String collectionName,
QueryMapper queryMapper)
Creates a new
DefaultReactiveIndexOperations. |
DefaultReactiveIndexOperations(ReactiveMongoOperations mongoOperations,
String collectionName,
QueryMapper queryMapper,
Class<?> type)
Creates a new
DefaultReactiveIndexOperations. |
| Constructor and Description |
|---|
TypeBasedAggregationOperationContext(Class<?> type,
MappingContext<? extends MongoPersistentEntity<?>,MongoPersistentProperty> mappingContext,
QueryMapper mapper)
Creates a new
TypeBasedAggregationOperationContext for the given type, MappingContext and
QueryMapper. |
| Modifier and Type | Class and Description |
|---|---|
class |
UpdateMapper
A subclass of
QueryMapper that retains type information on the mongo types. |
| Modifier and Type | Field and Description |
|---|---|
protected QueryMapper |
MappingMongoConverter.idMapper |
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.