Interface and Description |
---|
org.springframework.data.mongodb.crossstore.DocumentBacked
will be removed without replacement.
|
Class and Description |
---|
org.springframework.data.mongodb.core.convert.CustomConversions
since 2.0, use
MongoCustomConversions . |
org.springframework.data.mongodb.crossstore.MongoChangeSetPersister
will be removed without replacement.
|
org.springframework.data.mongodb.repository.support.QuerydslMongoRepository
since 2.0. Querydsl execution is now linked via composable repositories and no longer requires to be a
subclass of
SimpleMongoRepository . Use QuerydslMongoPredicateExecutor for standalone
Querydsl Predicate execution. |
Enum and Description |
---|
org.springframework.data.mongodb.core.aggregation.AggregationFunctionExpressions
since 1.10. Please use
ArithmeticOperators and ComparisonOperators instead. |
Annotation Type and Description |
---|
org.springframework.data.mongodb.crossstore.RelatedDocument
will be removed without replacement.
|
Constructor and Description |
---|
org.springframework.data.mongodb.core.CollectionOptions(Long, Long, Boolean)
since 2.0 please use
CollectionOptions.empty() as entry point. |
org.springframework.data.mongodb.core.DefaultIndexOperations(MongoDbFactory, String, QueryMapper)
since 2.1. Please use
DefaultIndexOperations.DefaultIndexOperations(MongoOperations, String, Class) . |
org.springframework.data.mongodb.core.DefaultIndexOperations(MongoDbFactory, String, QueryMapper, Class<?>)
since 2.1. Please use
DefaultIndexOperations.DefaultIndexOperations(MongoOperations, String, Class) . |
org.springframework.data.mongodb.core.convert.MappingMongoConverter(MongoDbFactory, MappingContext<? extends MongoPersistentEntity<?>, MongoPersistentProperty>)
use the constructor taking a
DbRefResolver instead. |
org.springframework.data.mongodb.core.mapreduce.MapReduceResults(List<T>, Document)
since 1.7. Please use
MapReduceResults.MapReduceResults(List, MapReduceOutput) |
Annotation Type Element and Description |
---|
org.springframework.data.mongodb.core.index.CompoundIndex.direction |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.