Package org.hibernate.procedure.spi
Interface FunctionReturnImplementor<T>
- All Superinterfaces:
FunctionReturn<T>
,Parameter<T>
,ProcedureParameter<T>
,ProcedureParameterImplementor<T>
,QueryParameter<T>
,QueryParameterImplementor<T>
- All Known Implementing Classes:
FunctionReturnImpl
public interface FunctionReturnImplementor<T>
extends FunctionReturn<T>, ProcedureParameterImplementor<T>
-
Method Summary
Modifier and TypeMethodDescriptiondefault JdbcCallParameterRegistration
toJdbcParameterRegistration
(int startIndex, ProcedureCallImplementor<?> procedureCall) Methods inherited from interface org.hibernate.procedure.FunctionReturn
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
Methods inherited from interface org.hibernate.query.spi.QueryParameterImplementor
applyAnticipatedType, disallowMultiValuedBinding, toMemento
-
Method Details
-
toJdbcParameterRegistration
default JdbcCallParameterRegistration toJdbcParameterRegistration(int startIndex, ProcedureCallImplementor<?> procedureCall) - Specified by:
toJdbcParameterRegistration
in interfaceProcedureParameterImplementor<T>
-