public static class ProjectionOperation.ExpressionProjectionOperationBuilder extends Object
| Constructor and Description |
|---|
ExpressionProjectionOperationBuilder(Object value,
ProjectionOperation operation,
Object[] parameters)
Creates a new
ProjectionOperation.ExpressionProjectionOperationBuilder for the given value, ProjectionOperation and
parameters. |
| Modifier and Type | Method and Description |
|---|---|
ProjectionOperation |
as(String alias)
Returns the finally to be applied
ProjectionOperation with the given alias. |
public ExpressionProjectionOperationBuilder(Object value, ProjectionOperation operation, Object[] parameters)
ProjectionOperation.ExpressionProjectionOperationBuilder for the given value, ProjectionOperation and
parameters.value - must not be null.operation - must not be null.parameters - public ProjectionOperation as(String alias)
ProjectionOperation with the given alias.alias - will never be null or empty.Copyright © 2021. All rights reserved.