Package org.hibernate.query.procedure
Interface ProcedureParameter<T>
-
- All Superinterfaces:
jakarta.persistence.Parameter<T>
,QueryParameter<T>
- All Known Subinterfaces:
FunctionReturn<T>
,FunctionReturnImplementor<T>
,ProcedureParameterImplementor<T>
- All Known Implementing Classes:
FunctionReturnImpl
,ProcedureParameterImpl
public interface ProcedureParameter<T> extends QueryParameter<T>
NOTE: Consider this contract (and its sub-contracts) as incubating as we transition to 6.0 and SQM
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description jakarta.persistence.ParameterMode
getMode()
Retrieves the parameter "mode".-
Methods inherited from interface jakarta.persistence.Parameter
getName, getParameterType, getPosition
-
Methods inherited from interface org.hibernate.query.QueryParameter
allowsMultiValuedBinding, getHibernateType
-
-