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)- Author:
- Steve Ebersole
-
Method Summary
Methods inherited from interface jakarta.persistence.Parameter
getName, getParameterType, getPositionMethods inherited from interface org.hibernate.query.procedure.ProcedureParameter
getModeMethods inherited from interface org.hibernate.query.QueryParameter
allowsMultiValuedBinding, getHibernateType
-
Method Details
-
getJdbcTypeCode
int getJdbcTypeCode()
-