public class QueryParameterListBindingImpl<T> extends Object implements QueryParameterListBinding<T>
| Constructor and Description |
|---|
QueryParameterListBindingImpl(Type type,
boolean isBindingValidationRequired) |
| Modifier and Type | Method and Description |
|---|---|
Type |
getBindType()
Get the Type currently associated with this binding.
|
Collection<T> |
getBindValues()
Get the values currently bound.
|
void |
setBindValues(Collection<T> bindValues)
Sets the parameter binding values.
|
void |
setBindValues(Collection<T> values,
TemporalType clarifiedTemporalType)
Sets the parameter binding value using the explicit TemporalType in regards to the individual values.
|
void |
setBindValues(Collection<T> values,
Type clarifiedType)
Sets the parameter binding values using the explicit Type in regards to the individual values.
|
public QueryParameterListBindingImpl(Type type, boolean isBindingValidationRequired)
public void setBindValues(Collection<T> bindValues)
QueryParameterListBindingsetBindValues in interface QueryParameterListBinding<T>bindValues - The bind valuespublic void setBindValues(Collection<T> values, Type clarifiedType)
QueryParameterListBindingsetBindValues in interface QueryParameterListBinding<T>values - The bind valuesclarifiedType - The explicit Type to usepublic void setBindValues(Collection<T> values, TemporalType clarifiedTemporalType)
QueryParameterListBindingsetBindValues in interface QueryParameterListBinding<T>values - The bind valuesclarifiedTemporalType - The temporal type to usepublic Collection<T> getBindValues()
QueryParameterListBindinggetBindValues in interface QueryParameterListBinding<T>public Type getBindType()
QueryParameterListBindinggetBindType in interface QueryParameterListBinding<T>Copyright © 2019 JBoss by Red Hat. All rights reserved.