public interface JPQLStatement
extends com.holonplatform.core.Expression
| Modifier and Type | Method and Description |
|---|---|
static JPQLStatement |
create(String jpql,
Map<String,JPQLParameter<?>> parameters)
Create a new
JPQLStatement. |
String |
getJPQL()
Get the statement JPQL.
|
Map<String,JPQLParameter<?>> |
getParameters()
Get the optional statement named parameters.
|
String getJPQL()
Map<String,JPQLParameter<?>> getParameters()
static JPQLStatement create(String jpql, Map<String,JPQLParameter<?>> parameters)
JPQLStatement.jpql - JPQL statement (not null)parameters - Optional statement parametersJPQLStatementCopyright © 2019 The Holon Platform. All rights reserved.