|
Spring Data MongoDB - Core | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| 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<T> | A MongoWriter is responsible for converting an object of type T to the native MongoDB representation DBObject. |
| Class Summary | |
|---|---|
| AbstractMongoConverter | Base class for MongoConverter implementations. |
| CustomConversions | Value object to capture custom conversion. |
| DefaultDbRefResolver | A DbRefResolver that resolves DBRefs by delegating to a
DbRefResolverCallback than is able to generate lazy loading proxies. |
| DefaultMongoTypeMapper | Default implementation of MongoTypeMapper allowing configuration of the key to lookup and store type
information in DBObject. |
| DefaultMongoTypeMapper.DBObjectTypeAliasAccessor | TypeAliasAccessor to store aliases in a DBObject. |
| 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. |
| QueryMapper.Field | Value object to represent a field and its meta-information. |
| QueryMapper.MetadataBackedField | Extension of DocumentField to be backed with mapping metadata. |
| UpdateMapper | A subclass of QueryMapper that retains type information on the mongo types. |
Spring Data MongoDB specific converter infrastructure.
|
Spring Data MongoDB - Core | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||