Interface and Description |
---|
org.springframework.data.mongodb.MongoDbFactory
since 3.0, use
MongoDatabaseFactory instead. |
org.springframework.data.mongodb.core.ScriptOperations
since 2.2. The
eval command has been removed without replacement in MongoDB Server 4.2.0. |
Enum and Description |
---|
org.springframework.data.mongodb.core.aggregation.AggregationFunctionExpressions
since 1.10. Please use
ArithmeticOperators and ComparisonOperators instead. |
org.springframework.data.mongodb.core.index.Index.Duplicates
since 2.1. No longer supported by MongoDB as of server version 3.0.
|
Enum Constant and Description |
---|
org.springframework.data.mongodb.core.query.Meta.CursorOption.SLAVE_OK
since 3.0.2, use
Meta.CursorOption.SECONDARY_READS instead. |
Annotation Type Element and Description |
---|
org.springframework.data.mongodb.core.index.CompoundIndex.direction |
org.springframework.data.mongodb.core.index.Indexed.dropDups
since 2.1. No longer supported by MongoDB as of server version 3.0.
|
org.springframework.data.mongodb.core.index.CompoundIndex.dropDups
since 2.1. No longer supported by MongoDB as of server version 3.0.
|
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.