public class ParameterBindImpl<T> extends java.lang.Object implements ParameterBind<T>
ParameterBind
contract.Modifier and Type | Method and Description |
---|---|
javax.persistence.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()
ParameterBind
getValue
in interface ParameterBind<T>
public javax.persistence.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 © 2001-2018 Red Hat, Inc. All Rights Reserved.