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
public interface FunctionReturn<T> extends ProcedureParameter<T>
Describes the function return for ProcedureCalls that represent calls to a function ("{? = call ...}
syntax) rather that a proc ({call ...}
syntax)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getJdbcTypeCode()
-
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
-
-