public static class ProjectionOperation.ArrayProjectionOperationBuilder extends Object
array projections.| Constructor and Description |
|---|
ArrayProjectionOperationBuilder(ProjectionOperation target) |
| Modifier and Type | Method and Description |
|---|---|
ProjectionOperation.ArrayProjectionOperationBuilder |
and(AggregationExpression expression)
Creates a new
ProjectionOperation.ArrayProjectionOperationBuilder with the current Projections and the given one. |
ProjectionOperation.ArrayProjectionOperationBuilder |
and(Field field)
Creates a new
ProjectionOperation.ArrayProjectionOperationBuilder with the current Projections and the given one. |
ProjectionOperation.ArrayProjectionOperationBuilder |
and(Object value)
Creates a new
ProjectionOperation.ArrayProjectionOperationBuilder with the current Projections and the given one. |
ProjectionOperation |
as(String name)
Create the
ProjectionOperation for the array property with given name. |
public ArrayProjectionOperationBuilder(ProjectionOperation target)
public ProjectionOperation.ArrayProjectionOperationBuilder and(AggregationExpression expression)
ProjectionOperation.ArrayProjectionOperationBuilder with the current Projections and the given one.expression - public ProjectionOperation.ArrayProjectionOperationBuilder and(Field field)
ProjectionOperation.ArrayProjectionOperationBuilder with the current Projections and the given one.field - public ProjectionOperation.ArrayProjectionOperationBuilder and(Object value)
ProjectionOperation.ArrayProjectionOperationBuilder with the current Projections and the given one.value - public ProjectionOperation as(String name)
ProjectionOperation for the array property with given name.name - The target property name. Must not be null.ProjectionOperation.ArrayProjectionOperationBuilder.Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.