public class QueryParameterListBindingImpl<T> extends java.lang.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.
|
java.util.Collection<T> |
getBindValues()
Get the values currently bound.
|
void |
setBindValues(java.util.Collection<T> bindValues)
Sets the parameter binding values.
|
void |
setBindValues(java.util.Collection<T> values,
javax.persistence.TemporalType clarifiedTemporalType)
Sets the parameter binding value using the explicit TemporalType in regards to the individual values.
|
void |
setBindValues(java.util.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(java.util.Collection<T> bindValues)
QueryParameterListBinding
setBindValues
in interface QueryParameterListBinding<T>
bindValues
- The bind valuespublic void setBindValues(java.util.Collection<T> values, Type clarifiedType)
QueryParameterListBinding
setBindValues
in interface QueryParameterListBinding<T>
values
- The bind valuesclarifiedType
- The explicit Type to usepublic void setBindValues(java.util.Collection<T> values, javax.persistence.TemporalType clarifiedTemporalType)
QueryParameterListBinding
setBindValues
in interface QueryParameterListBinding<T>
values
- The bind valuesclarifiedTemporalType
- The temporal type to usepublic java.util.Collection<T> getBindValues()
QueryParameterListBinding
getBindValues
in interface QueryParameterListBinding<T>
public Type getBindType()
QueryParameterListBinding
getBindType
in interface QueryParameterListBinding<T>
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.