| Package | Description |
|---|---|
| com.holonplatform.datastore.jpa.jpql.context | |
| com.holonplatform.datastore.jpa.jpql.expression |
| Modifier and Type | Method and Description |
|---|---|
Map<String,JPQLParameter<?>> |
JPQLContextParametersHandler.getNamedParameters()
Get the named parameters.
|
| Modifier and Type | Method and Description |
|---|---|
<T> String |
JPQLContextParametersHandler.addNamedParameter(JPQLParameter<T> parameter)
Add named parameter using given
JPQLParameter definition. |
default <T> String |
JPQLResolutionContext.addNamedParameter(JPQLParameter<T> parameter)
Convenience method to add a named parameter using current
JPQLContextParametersHandler. |
| Modifier and Type | Method and Description |
|---|---|
static <T> JPQLParameter<T> |
JPQLParameter.create(T value,
Class<? extends T> type)
Create a new
JPQLParameter. |
static <T> JPQLParameter<T> |
JPQLParameter.create(T value,
Class<? extends T> type,
com.holonplatform.core.temporal.TemporalType temporalType)
Create a new
JPQLParameter. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,JPQLParameter<?>> |
JPQLStatement.getParameters()
Get the optional statement named parameters.
|
| Modifier and Type | Method and Description |
|---|---|
static JPQLStatement |
JPQLStatement.create(String jpql,
Map<String,JPQLParameter<?>> parameters)
Create a new
JPQLStatement. |
Copyright © 2019 The Holon Platform. All rights reserved.