Package org.hibernate.query.procedure
Interface ProcedureParameter<T>
- All Superinterfaces:
Parameter<T>,QueryParameter<T>
- All Known Subinterfaces:
FunctionReturn<T>,FunctionReturnImplementor<T>,ProcedureParameterImplementor<T>
- All Known Implementing Classes:
FunctionReturnImpl,ProcedureParameterImpl
- Author:
- Steve Ebersole
-
Method Summary
Methods inherited from interface jakarta.persistence.Parameter
getName, getParameterType, getPositionMethods inherited from interface org.hibernate.query.QueryParameter
allowsMultiValuedBinding, getHibernateType
-
Method Details
-
getMode
ParameterMode getMode()Retrieves the parameter "mode". Only really pertinent in regards to procedure/function calls. In all other cases the mode would beParameterMode.IN- Returns:
- The parameter mode.
-