| Package | Description |
|---|---|
| com.holonplatform.core | |
| com.holonplatform.core.internal | |
| com.holonplatform.core.query |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CollectionConstantExpression<T>
A
ConstantConverterExpression with a Collection value type. |
| Modifier and Type | Method and Description |
|---|---|
static <T> ConstantConverterExpression<T,T> |
ConstantConverterExpression.create(T value)
Create a
ConstantConverterExpression which represents a constant value, deriving the expression type from
the value class. |
static <T> ConstantConverterExpression<T,T> |
ConstantConverterExpression.create(T value,
Class<? extends T> type)
Create a
ConstantConverterExpression which represents a constant value. |
static <T> ConstantConverterExpression<T,T> |
ConstantConverterExpression.create(TypedExpression<T> expression,
T value)
Create a
ConstantConverterExpression which represents a constant value, using given
expression to inherit an ExpressionValueConverter, if available. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCollectionConstantExpression<E>
Default
CollectionConstantExpression implementation. |
class |
DefaultConstantConverterExpression<T>
Default
ConstantConverterExpression implementation. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConstantExpression<T>
Constant value expression which can also act as
QueryProjection. |
Copyright © 2019 The Holon Platform. All rights reserved.