Interface ProcedureParameter<T>
- All Superinterfaces:
Parameter<T>, QueryParameter<T>
- All Known Subinterfaces:
FunctionReturn<T>, FunctionReturnImplementor<T>, ProcedureParameterImplementor<T>
- API Note:
- Consider this contract (and its subcontracts) as incubating as we transition to 6.0 and SQM.
-
Method Summary
Methods inherited from interface Parameter
getName, getParameterType, getPositionMethods inherited from interface QueryParameter
allowsMultiValuedBinding, getHibernateType, isNamed, isOrdinal
-
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.
-