Package org.hibernate.procedure
Interface FunctionReturn<T>
- All Superinterfaces:
Parameter<T>
,ProcedureParameter<T>
,QueryParameter<T>
- All Known Subinterfaces:
FunctionReturnImplementor<T>
- All Known Implementing Classes:
FunctionReturnImpl
Describes the function return for ProcedureCalls that represent calls to
a function (
"{? = call ...}
syntax) rather that a proc ({call ...}
syntax)-
Method Summary
Methods inherited from interface jakarta.persistence.Parameter
getName, getParameterType, getPosition
Methods inherited from interface org.hibernate.query.procedure.ProcedureParameter
getMode
Methods inherited from interface org.hibernate.query.QueryParameter
allowsMultiValuedBinding, getHibernateType
-
Method Details
-
getJdbcTypeCode
int getJdbcTypeCode()
-