Interface and Description |
---|
org.springframework.data.mongodb.core.ScriptOperations
since 2.2. The
eval command has been removed without replacement in MongoDB Server 4.2.0. |
Class and Description |
---|
org.springframework.data.mongodb.config.AbstractMongoConfiguration
since 2.2 in favor of
AbstractMongoClientConfiguration . |
org.springframework.data.mongodb.core.mapping.event.AuditingEventListener
since 2.2, use
AuditingEntityCallback . |
org.springframework.data.mongodb.core.convert.CustomConversions
since 2.0, use
MongoCustomConversions . |
org.springframework.data.mongodb.core.script.ExecutableMongoScript
since 2.2. The
eval command has been removed without replacement in MongoDB Server 4.2.0. |
org.springframework.data.mongodb.core.mapreduce.GroupBy
since 2.2. The
group command has been removed in MongoDB Server 4.2.0. |
org.springframework.data.mongodb.core.mapreduce.GroupByResults
since 2.2. The
group command has been removed in MongoDB Server 4.2.0. |
org.springframework.data.mongodb.core.MongoClientFactoryBean
since 2.2 - There is no replacement for this
FactoryBean at
this time. However moving forward the FactoryBean will be
suitable to provide instances of MongoClient . |
org.springframework.data.mongodb.core.MongoClientOptionsFactoryBean
since 2.2 - There is no replacement for this
FactoryBean .
However moving forward there will be a dedicated factory bean for MongoClientSettings
replacing MongoClientOptions . |
org.springframework.data.mongodb.core.script.NamedMongoScript
since 2.2. The
eval command has been removed without replacement in MongoDB Server 4.2.0. |
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. |
org.springframework.data.mongodb.core.SimpleMongoDbFactory
since 2.2 in favor of
SimpleMongoClientDbFactory . |
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.
|
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.
|
org.springframework.data.mongodb.repository.Meta.maxScanDocuments
since 2.2.
$maxScan has been removed without replacement in MongoDB 4.2. |
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.