Spring Data MongoDB - Core

Uses of Class
org.springframework.data.mongodb.core.aggregation.Fields

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

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

Methods in org.springframework.data.mongodb.core.aggregation that return Fields
 Fields Fields.and(Field field)
           
 Fields Fields.and(Fields fields)
           
 Fields Fields.and(String name)
          Creates a new Fields instance with a new Field of the given name added.
 Fields Fields.and(String name, String target)
           
static Fields Aggregation.bind(String name, String target)
          Creates a new Fields instance from the given field name and target reference.
static Fields Aggregation.fields(String... fields)
          Creates a new Fields instance for the given field names.
static Fields Fields.fields(String... names)
          Creates a new Fields instance for Fields with the given names.
static Fields Fields.from(Field... fields)
          Creates a new Fields instance from the given Fields.
 

Methods in org.springframework.data.mongodb.core.aggregation with parameters of type Fields
 Fields Fields.and(Fields fields)
           
 ProjectionOperation ProjectionOperation.andInclude(Fields fields)
          Includes the given fields into the projection.
static GroupOperation Aggregation.group(Fields fields)
          Creates a new GroupOperation for the given Fields.
 ProjectionOperation ProjectionOperation.ProjectionOperationBuilder.nested(Fields fields)
          Defines a nested field binding for the current field.
static ExposedFields ExposedFields.nonSynthetic(Fields fields)
          Creates non-synthetic ExposedFields from the given Fields.
static ProjectionOperation Aggregation.project(Fields fields)
          Creates a new ProjectionOperation includeing the given Fields.
static ExposedFields ExposedFields.synthetic(Fields fields)
          Creates synthetic ExposedFields from the given Fields.
 

Constructors in org.springframework.data.mongodb.core.aggregation with parameters of type Fields
GroupOperation(Fields fields)
          Creates a new GroupOperation including the given Fields.
ProjectionOperation(Fields fields)
          Creates a new ProjectionOperation including the given Fields.
 


Spring Data MongoDB - Core

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