public interface QueryParameter<T> extends Parameter<T>
Modifier and Type | Method and Description |
---|---|
boolean |
allowsMultiValuedBinding()
Does this parameter allow multi-valued (collection, array, etc) binding?
This is only valid for HQL/JPQL and (I think) Criteria queries, and is
determined based on the context of the parameters declaration.
|
AllowableParameterType<T> |
getHibernateType()
Get the Hibernate Type associated with this parameter, if one.
|
getName, getParameterType, getPosition
boolean allowsMultiValuedBinding()
true
indicates that multi-valued binding is allowed for this
parameterAllowableParameterType<T> getHibernateType()
null
.null
.Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.