See: Description
Interface | Description |
---|---|
DbRefProxyHandler | |
DbRefResolver |
Used to resolve associations annotated with
DBRef . |
DbRefResolverCallback |
Callback interface to be used in conjunction with
DbRefResolver . |
LazyLoadingProxy |
Allows direct interaction with the underlying
DefaultDbRefResolver.LazyLoadingInterceptor . |
MongoConverter |
Central Mongo specific converter interface which combines
MongoWriter and MongoReader . |
MongoTypeMapper |
Mongo-specific
TypeMapper exposing that DBObject s 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.
|
DefaultDbRefResolver |
A
DbRefResolver that resolves DBRef s 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.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
DocumentField to be backed with mapping metadata. |
UpdateMapper |
A subclass of
QueryMapper that retains type information on the mongo types. |
Copyright © 2011-2015–2015 Pivotal Software, Inc.. All rights reserved.