Interface QueryParameterImplementor<T>
- All Superinterfaces:
Parameter<T>, QueryParameter<T>
- All Known Subinterfaces:
FunctionReturnImplementor<T>, ProcedureParameterImplementor<T>
- All Known Implementing Classes:
AbstractQueryParameter, JpaCriteriaParameter, ValueBindJpaCriteriaParameter
-
Method Summary
Methods inherited from interface Parameter
getName, getParameterType, getPositionMethods inherited from interface QueryParameter
allowsMultiValuedBinding, getHibernateType, isNamed, isOrdinal
-
Method Details
-
disallowMultiValuedBinding
void disallowMultiValuedBinding() -
applyAnticipatedType
-
toMemento
NamedQueryMemento.ParameterMemento toMemento()
-