|
Spring Data MongoDB - Core | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 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 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||