Class and Description |
---|
org.springframework.data.mongodb.core.MongoFactoryBean
since 1.7. Please use
MongoClientFactoryBean instead. |
org.springframework.data.mongodb.core.MongoOptionsFactoryBean
since 1.7. Please use
MongoClientOptionsFactoryBean instead. |
org.springframework.data.mongodb.repository.query.QueryUtils |
Enum and Description |
---|
org.springframework.data.mongodb.core.query.Order
prefer
Sort.Direction |
Annotation Type and Description |
---|
org.springframework.data.mongodb.core.mapping.Version
use
Version instead. |
Enum Constant and Description |
---|
org.springframework.data.mongodb.core.index.Index.Duplicates.DROP
since 1.7.
|
Annotation Type Element and Description |
---|
org.springframework.data.mongodb.core.index.Indexed.collection
The collection name is derived from the domain type. Fixing the collection via this attribute might
result in broken definitions. Will be removed in 1.7.
|
org.springframework.data.mongodb.core.index.GeoSpatialIndexed.collection
The collection name is derived from the domain type. Fixing the collection via this attribute might
result in broken definitions. Will be removed in 1.7.
|
org.springframework.data.mongodb.core.index.CompoundIndex.collection
The collection name is derived from the domain type. Fixing the collection via this attribute might
result in broken definitions. Will be removed in 1.7.
|
org.springframework.data.mongodb.core.index.CompoundIndex.direction |
Copyright © 2011-2015–2015 Pivotal Software, Inc.. All rights reserved.