Spring Data MongoDB - Core

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

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

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

Methods in org.springframework.data.mongodb.core.aggregation that return ProjectionOperation
 ProjectionOperation ProjectionOperation.andExclude(String... fieldNames)
          Excludes the given fields from the projection.
 ProjectionOperation ProjectionOperation.andInclude(Fields fields)
          Includes the given fields into the projection.
 ProjectionOperation ProjectionOperation.andInclude(String... fieldNames)
          Includes the given fields into the projection.
 ProjectionOperation ProjectionOperation.ProjectionOperationBuilder.as(String alias)
          Allows to specify an alias for the previous projection operation.
 ProjectionOperation ProjectionOperation.ProjectionOperationBuilder.nested(Fields fields)
          Defines a nested field binding for the current field.
 ProjectionOperation ProjectionOperation.ProjectionOperationBuilder.previousOperation()
          Projects the result of the previous operation onto the current field.
static ProjectionOperation Aggregation.project(Fields fields)
          Creates a new ProjectionOperation includeing the given Fields.
static ProjectionOperation Aggregation.project(String... fields)
          Creates a new ProjectionOperation including the given fields.
 

Constructors in org.springframework.data.mongodb.core.aggregation with parameters of type ProjectionOperation
ProjectionOperation.ProjectionOperationBuilder(String name, ProjectionOperation operation, org.springframework.data.mongodb.core.aggregation.ProjectionOperation.ProjectionOperationBuilder.OperationProjection previousProjection)
          Creates a new ProjectionOperation.ProjectionOperationBuilder for the field with the given name on top of the given ProjectionOperation.
 


Spring Data MongoDB - Core

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