C - Query configuration typeR - Query result typepublic interface QueryOperation<C extends QueryConfiguration,R> extends TypedExpression<R>
Expression.ExpressionResolverFunction<E extends Expression,R extends Expression>, Expression.InvalidExpressionException| Modifier and Type | Method and Description |
|---|---|
static <C extends QueryConfiguration,R> |
create(C configuration,
QueryProjection<R> projection)
Create a new
QueryOperation. |
C |
getConfiguration()
Get the query configuration.
|
QueryProjection<R> |
getProjection()
Get the query projection.
|
getTemporalType, getType, isCollectionExpression, isConverterExpressionvalidateC getConfiguration()
QueryProjection<R> getProjection()
static <C extends QueryConfiguration,R> QueryOperation<C,R> create(C configuration, QueryProjection<R> projection)
QueryOperation.C - Query configuration typeR - Query result typeconfiguration - Query configuration (not null)projection - Query projection (not null)QueryOperationCopyright © 2019 The Holon Platform. All rights reserved.