| Package | Description |
|---|---|
| com.holonplatform.core.query |
| Modifier and Type | Method and Description |
|---|---|
static <T> ConstantExpression<T> |
ConstantExpression.create(T value)
Create a
ConstantExpression which represents a constant value. |
static <T> ConstantExpression<T> |
ConstantExpression.create(T value,
Class<? extends T> type)
Create a
ConstantExpression which represents a constant value. |
static <T> ConstantExpression<T> |
ConstantExpression.create(TypedExpression<T> expression,
T value)
Create a
ConstantExpression which represents a constant value, using given expression to
inherit an ExpressionValueConverter, if available. |
Copyright © 2019 The Holon Platform. All rights reserved.