Spring Data MongoDB - Core

Package org.springframework.data.mongodb.core.convert

Spring Data MongoDB specific converter infrastructure.

See:
          Description

Interface Summary
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 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.
 

Package org.springframework.data.mongodb.core.convert Description

Spring Data MongoDB specific converter infrastructure.


Spring Data MongoDB - Core

Copyright © 2011-2014-2014 Pivotal. All Rights Reserved.