public interface JPQLExpression extends com.holonplatform.core.Expression, Serializable
| Modifier and Type | Method and Description |
|---|---|
static JPQLExpression |
create(String value)
Create a new
JPQLExpression with given value. |
String |
getValue()
Get the JPQ expression
String representation. |
String getValue()
String representation.static JPQLExpression create(String value)
JPQLExpression with given value.value - JPQL token valueJPQLExpression with given valueCopyright © 2019 The Holon Platform. All rights reserved.