Package org.hibernate.query.spi
Interface QueryParameterImplementor<T>
- All Superinterfaces:
Parameter<T>
,QueryParameter<T>
- All Known Subinterfaces:
FunctionReturnImplementor<T>
,ProcedureParameterImplementor<T>
- All Known Implementing Classes:
AbstractQueryParameter
,FunctionReturnImpl
,JpaCriteriaParameter
,ProcedureParameterImpl
,QueryParameterNamedImpl
,QueryParameterPositionalImpl
,ValueBindJpaCriteriaParameter
-
Method Summary
Methods inherited from interface jakarta.persistence.Parameter
getName, getParameterType, getPosition
Methods inherited from interface org.hibernate.query.QueryParameter
allowsMultiValuedBinding, getHibernateType
-
Method Details
-
disallowMultiValuedBinding
void disallowMultiValuedBinding() -
applyAnticipatedType
-
toMemento
NamedQueryMemento.ParameterMemento toMemento()
-