| Interface | Description |
|---|---|
| MongoConverter |
Central Mongo specific converter interface which combines
MongoWriter and MongoReader. |
| MongoTypeMapper |
Mongo-specific
TypeMapper exposing that DBObjects might contain a type key. |
| MongoWriter<T> |
A MongoWriter is responsible for converting an object of type T to the native MongoDB representation DBObject.
|
| Class | Description |
|---|---|
| AbstractMongoConverter |
Base class for
MongoConverter implementations. |
| CustomConversions |
Value object to capture custom conversion.
|
| DefaultMongoTypeMapper |
Default implementation of
MongoTypeMapper allowing configuration of the key to lookup and store type
information in DBObject. |
| DefaultMongoTypeMapper.DBObjectTypeAliasAccessor | |
| MappingMongoConverter |
MongoConverter that uses a MappingContext to do sophisticated mapping of domain objects to
DBObject. |
| QueryMapper |
A helper class to encapsulate any modifications of a Query object before it gets submitted to the database.
|
Copyright © 2011-2013-2013 SpringSource. All Rights Reserved.