public interface ParameterBind<T> extends QueryParameterBinding<T>
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.
|
getBindType, getBindValue, isBound, setBindValue, setBindValue, setBindValue
T getValue()
TemporalType getExplicitTemporalType()
<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.Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.