See: Description
| Interface | Description |
|---|---|
| DbRefProxyHandler | |
| DbRefResolver |
Used to resolve associations annotated with
DBRef. |
| DbRefResolverCallback |
Callback interface to be used in conjunction with
DbRefResolver. |
| JsonSchemaMapper |
JsonSchemaMapper allows mapping a given Document containing a $jsonSchema to the fields of
a given domain type. |
| LazyLoadingProxy |
Allows direct interaction with the underlying
DefaultDbRefResolver.LazyLoadingInterceptor. |
| MongoConverter |
Central Mongo specific converter interface which combines
MongoWriter and EntityReader. |
| MongoTypeMapper |
Mongo-specific
TypeMapper exposing that Documents might contain a type key. |
| MongoWriter<T> |
A MongoWriter is responsible for converting an object of type T to the native MongoDB representation Document.
|
| Class | Description |
|---|---|
| AbstractMongoConverter |
Base class for
MongoConverter implementations. |
| CustomConversions | Deprecated
since 2.0, use
MongoCustomConversions. |
| 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 Document. |
| DefaultMongoTypeMapper.DocumentTypeAliasAccessor |
TypeAliasAccessor to store aliases in a Document. |
| MappingMongoConverter |
MongoConverter that uses a MappingContext to do sophisticated mapping of domain objects to
Document. |
| MongoCustomConversions |
Value object to capture custom conversion.
|
| MongoExampleMapper |
Mapper from
Example to a query Document. |
| MongoJsonSchemaMapper |
JsonSchemaMapper implementation using the conversion and mapping infrastructure for mapping fields to the
provided domain type. |
| QueryMapper |
A helper class to encapsulate any modifications of a Query object before it gets submitted to the database.
|
| QueryMapper.AssociationConverter |
Converter to skip all properties after an association property was rendered.
|
| QueryMapper.Field |
Value object to represent a field and its meta-information.
|
| QueryMapper.MetadataBackedField |
Extension of
QueryMapper.Field to be backed with mapping metadata. |
| UpdateMapper |
A subclass of
QueryMapper that retains type information on the mongo types. |
| Enum | Description |
|---|---|
| NoOpDbRefResolver |
No-Operation
DBRef resolver throwing
UnsupportedOperationException when attempting to resolve database references. |
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.