| Package | Description |
|---|---|
| org.springframework.data.mongodb.config |
Spring XML namespace configuration for MongoDB specific repositories.
|
| 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.
|
| org.springframework.data.mongodb.gridfs |
Support for MongoDB GridFS feature.
|
| org.springframework.data.mongodb.repository.query |
Query derivation mechanism for MongoDB specific repositories.
|
| Class and Description |
|---|
| CustomConversions
Value object to capture custom conversion.
|
MappingMongoConverter
MongoConverter that uses a MappingContext to do sophisticated mapping of domain objects to
DBObject. |
| Class and Description |
|---|
| MongoConverter
Central Mongo specific converter interface which combines
MongoWriter and MongoReader. |
| MongoWriter
A MongoWriter is responsible for converting an object of type T to the native MongoDB representation DBObject.
|
| Class and Description |
|---|
| QueryMapper
A helper class to encapsulate any modifications of a Query object before it gets submitted to the database.
|
| Class and Description |
|---|
| AbstractMongoConverter
Base class for
MongoConverter implementations. |
| CustomConversions
Value object to capture custom conversion.
|
| DbRefProxyHandler |
| DbRefResolver
Used to resolve associations annotated with
DBRef. |
| DbRefResolverCallback
Callback interface to be used in conjunction with
DbRefResolver. |
| MongoConverter
Central Mongo specific converter interface which combines
MongoWriter and MongoReader. |
| MongoTypeMapper
Mongo-specific
TypeMapper exposing that DBObjects might contain a type key. |
| MongoWriter
A MongoWriter is responsible for converting an object of type T to the native MongoDB representation DBObject.
|
| QueryMapper
A helper class to encapsulate any modifications of a Query object before it gets submitted to the database.
|
| QueryMapper.Field
Value object to represent a field and its meta-information.
|
| QueryMapper.MetadataBackedField
Extension of
DocumentField to be backed with mapping metadata. |
| Class and Description |
|---|
| MongoConverter
Central Mongo specific converter interface which combines
MongoWriter and MongoReader. |
| Class and Description |
|---|
| MongoWriter
A MongoWriter is responsible for converting an object of type T to the native MongoDB representation DBObject.
|
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.