public interface QueryParameterListBinding<T>
QueryParameterBindingsImpl#expandListValuedParameters(String)
for details.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> values)
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.
|
void setBindValues(java.util.Collection<T> values)
values
- The bind valuesvoid setBindValues(java.util.Collection<T> values, Type clarifiedType)
values
- The bind valuesclarifiedType
- The explicit Type to usevoid setBindValues(java.util.Collection<T> values, javax.persistence.TemporalType clarifiedTemporalType)
values
- The bind valuesclarifiedTemporalType
- The temporal type to usejava.util.Collection<T> getBindValues()
Type getBindType()
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.