Spring Data MongoDB - Core

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

Packages that use QueryMapper.Field
org.springframework.data.mongodb.core.convert Spring Data MongoDB specific converter infrastructure. 
 

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

Subclasses of QueryMapper.Field in org.springframework.data.mongodb.core.convert
protected static class QueryMapper.MetadataBackedField
          Extension of DocumentField to be backed with mapping metadata.
 

Methods in org.springframework.data.mongodb.core.convert that return QueryMapper.Field
protected  QueryMapper.Field UpdateMapper.createPropertyField(MongoPersistentEntity<?> entity, String key, MappingContext<? extends MongoPersistentEntity<?>,MongoPersistentProperty> mappingContext)
           
protected  QueryMapper.Field QueryMapper.createPropertyField(MongoPersistentEntity<?> entity, String key, MappingContext<? extends MongoPersistentEntity<?>,MongoPersistentProperty> mappingContext)
           
 QueryMapper.Field QueryMapper.Field.with(String name)
          Returns a new DocumentField with the given name.
 

Methods in org.springframework.data.mongodb.core.convert with parameters of type QueryMapper.Field
protected  Object QueryMapper.convertAssociation(Object source, QueryMapper.Field field)
           
protected  Map.Entry<String,Object> QueryMapper.createMapEntry(QueryMapper.Field field, Object value)
          Creates a new Map.Entry for the given QueryMapper.Field with the given value.
protected  com.mongodb.DBObject QueryMapper.getMappedKeyword(QueryMapper.Field property, org.springframework.data.mongodb.core.convert.QueryMapper.Keyword keyword)
          Returns the mapped keyword considered defining a criteria for the given property.
protected  Map.Entry<String,Object> UpdateMapper.getMappedObjectForField(QueryMapper.Field field, Object rawValue)
           
protected  Map.Entry<String,Object> QueryMapper.getMappedObjectForField(QueryMapper.Field field, Object rawValue)
          Extracts the mapped object value for given field out of rawValue taking nested Keywords into account
protected  Object QueryMapper.getMappedValue(QueryMapper.Field documentField, Object value)
          Returns the mapped value for the given source object assuming it's a value for the given MongoPersistentProperty.
protected  boolean UpdateMapper.isAssociationConversionNecessary(QueryMapper.Field documentField, Object value)
           
protected  boolean QueryMapper.isAssociationConversionNecessary(QueryMapper.Field documentField, Object value)
          Returns whether the given QueryMapper.Field represents an association reference that together with the given value requires conversion to a DBRef object.
 


Spring Data MongoDB - Core

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