public class ParameterBindImpl<T> extends Object implements ParameterBind<T>
ParameterBind contract.| Modifier and Type | Method and Description |
|---|---|
TemporalType |
getExplicitTemporalType()
If
<T> represents a DATE/TIME type value, JPA usually allows specifying the particular parts of
the DATE/TIME value to be bound. |
T |
getValue()
Retrieves the bound value.
|
public T getValue()
ParameterBindgetValue in interface ParameterBind<T>public TemporalType getExplicitTemporalType()
ParameterBind<T> represents a DATE/TIME type value, JPA usually allows specifying the particular parts of
the DATE/TIME value to be bound. This value represents the particular part the user requested to be bound.getExplicitTemporalType in interface ParameterBind<T>Copyright © 2017 JBoss by Red Hat. All rights reserved.