T - Expression typepublic interface JPQLParameterizableExpression<T>
extends com.holonplatform.core.TypedExpression<T>
TypedExpression which should be resolved using a JPQL statement parameter if the expression type
and the resolution context are suitable to use a JPQL parameter for its representation.| Modifier and Type | Method and Description |
|---|---|
static <T> JPQLParameterizableExpression<T> |
create(com.holonplatform.core.TypedExpression<T> expression)
Create a new
JPQLParameterizableExpression. |
com.holonplatform.core.TypedExpression<T> |
getExpression()
Get the actual expression which should be resolved using a JPQL statement parameter if the expression type and
the resolution context are suitable to use a JPQL parameter for its representation.
|
com.holonplatform.core.TypedExpression<T> getExpression()
static <T> JPQLParameterizableExpression<T> create(com.holonplatform.core.TypedExpression<T> expression)
JPQLParameterizableExpression.T - Expression typeexpression - Wrapped expression (not null)JPQLParameterizableExpressionCopyright © 2019 The Holon Platform. All rights reserved.