Spring Data MongoDB - Core

Uses of Interface
org.springframework.data.mongodb.core.aggregation.Field

Packages that use Field
org.springframework.data.mongodb.core.aggregation Support for the MongoDB aggregation framework. 
 

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

Methods in org.springframework.data.mongodb.core.aggregation that return Field
static Field Fields.field(String name)
          Creates a Field with the given name.
static Field Fields.field(String name, String target)
           
 Field Fields.getField(String name)
           
 

Methods in org.springframework.data.mongodb.core.aggregation that return types with arguments of type Field
 Iterator<Field> Fields.iterator()
           
 

Methods in org.springframework.data.mongodb.core.aggregation with parameters of type Field
 Fields Fields.and(Field field)
           
static Fields Fields.from(Field... fields)
          Creates a new Fields instance from the given Fields.
 org.springframework.data.mongodb.core.aggregation.ExposedFields.FieldReference TypeBasedAggregationOperationContext.getReference(Field field)
           
 org.springframework.data.mongodb.core.aggregation.ExposedFields.FieldReference AggregationOperationContext.getReference(Field field)
          Returns a ExposedFields.FieldReference for the given field or null if the context does not expose the given field.
 

Constructors in org.springframework.data.mongodb.core.aggregation with parameters of type Field
UnwindOperation(Field field)
          Creates a new UnwindOperation for the given Field.
 


Spring Data MongoDB - Core

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