Spring Data MongoDB - Core

Uses of Class
org.springframework.data.mongodb.core.convert.QueryMapper

Packages that use QueryMapper
org.springframework.data.mongodb.core.aggregation Support for the MongoDB aggregation framework. 
org.springframework.data.mongodb.core.convert Spring Data MongoDB specific converter infrastructure. 
 

Uses of QueryMapper in org.springframework.data.mongodb.core.aggregation
 

Constructors in org.springframework.data.mongodb.core.aggregation with parameters of type QueryMapper
TypeBasedAggregationOperationContext(Class<?> type, MappingContext<? extends MongoPersistentEntity<?>,MongoPersistentProperty> mappingContext, QueryMapper mapper)
          Creates a new TypeBasedAggregationOperationContext for the given type, MappingContext and QueryMapper.
 

Uses of QueryMapper in org.springframework.data.mongodb.core.convert
 

Subclasses of QueryMapper in org.springframework.data.mongodb.core.convert
 class UpdateMapper
          A subclass of QueryMapper that retains type information on the mongo types.
 

Fields in org.springframework.data.mongodb.core.convert declared as QueryMapper
protected  QueryMapper MappingMongoConverter.idMapper
           
 


Spring Data MongoDB - Core

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