T - Value typepublic interface JPQLLiteral<T>
extends com.holonplatform.core.TypedExpression<T>
Expression which represents a JPQL literal value.| Modifier and Type | Method and Description |
|---|---|
static <T> JPQLLiteral<T> |
create(T value)
Create a new
JPQLLiteral using given value. |
static <T> JPQLLiteral<T> |
create(T value,
com.holonplatform.core.temporal.TemporalType temporalType)
Create an
JPQLLiteral using given value. |
T |
getValue()
Get the value
|
T getValue()
static <T> JPQLLiteral<T> create(T value)
JPQLLiteral using given value.T - Value typevalue - Literal valueJPQLLiteralstatic <T> JPQLLiteral<T> create(T value, com.holonplatform.core.temporal.TemporalType temporalType)
JPQLLiteral using given value.T - Value typevalue - ValuetemporalType - Temporal typeJPQLLiteralCopyright © 2019 The Holon Platform. All rights reserved.