T - Parameter typepublic interface JPQLParameter<T>
extends com.holonplatform.core.TypedExpression<T>
| Modifier and Type | Method and Description |
|---|---|
static <T> JPQLParameter<T> |
create(T value,
Class<? extends T> type)
Create a new
JPQLParameter. |
static <T> JPQLParameter<T> |
create(T value,
Class<? extends T> type,
com.holonplatform.core.temporal.TemporalType temporalType)
Create a new
JPQLParameter. |
T |
getValue()
Get the parameter value
|
T getValue()
nullstatic <T> JPQLParameter<T> create(T value, Class<? extends T> type)
JPQLParameter.T - Parameter value typevalue - Parameter valuetype - Parameter value type (not null)JPQLParameterstatic <T> JPQLParameter<T> create(T value, Class<? extends T> type, com.holonplatform.core.temporal.TemporalType temporalType)
JPQLParameter.T - Parameter value typevalue - Parameter valuetype - Parameter value type (not null)temporalType - Value temporal typeJPQLParameterCopyright © 2019 The Holon Platform. All rights reserved.