public interface QueryParameterBinding<T>
Modifier and Type | Method and Description |
---|---|
Type |
getBindType()
Get the Type currently associated with this binding.
|
T |
getBindValue()
Get the value current bound.
|
boolean |
isBound() |
void |
setBindValue(T value)
Sets the parameter binding value.
|
void |
setBindValue(T value,
TemporalType clarifiedTemporalType)
Sets the parameter binding value using the explicit TemporalType.
|
void |
setBindValue(T value,
Type clarifiedType)
Sets the parameter binding value using the explicit Type.
|
boolean isBound()
void setBindValue(T value)
value
- The bind valuevoid setBindValue(T value, Type clarifiedType)
value
- The bind valueclarifiedType
- The explicit Type to usevoid setBindValue(T value, TemporalType clarifiedTemporalType)
value
- The bind valueclarifiedTemporalType
- The temporal type to useT getBindValue()
Type getBindType()
Copyright © 2019 JBoss by Red Hat. All rights reserved.