public interface JPQLToken extends com.holonplatform.core.TypedExpression<String>
TypedExpression which represents a JPQL token, i.e. a JPQL statement part which has to be serialized as is
using getValue().| Modifier and Type | Method and Description |
|---|---|
static JPQLToken |
create(String value)
Create a new
JPQLToken. |
String |
getValue()
Get the SQL token.
|
Copyright © 2019 The Holon Platform. All rights reserved.