protected static class BaseQueryImpl.ParameterBindImpl<T> extends Object implements ParameterBind<T>
| Constructor and Description |
|---|
ParameterBindImpl(T value,
TemporalType specifiedTemporalType) |
| Modifier and Type | Method and Description |
|---|---|
TemporalType |
getSpecifiedTemporalType()
The temporal type that will be used to "interpret" Date-like values (if applicable).
|
T |
getValue()
Access the bound value
|
public ParameterBindImpl(T value, TemporalType specifiedTemporalType)
public T getValue()
ParameterBindgetValue in interface ParameterBind<T>public TemporalType getSpecifiedTemporalType()
ParameterBindgetSpecifiedTemporalType in interface ParameterBind<T>nullCopyright © 2016 JBoss by Red Hat. All rights reserved.