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>
- Author:
- Steve Ebersole
-
Method Summary
Modifier and TypeMethodDescriptiondefault JdbcCallParameterRegistrationtoJdbcParameterRegistration(int startIndex, ProcedureCallImplementor<?> procedureCall) Methods inherited from interface org.hibernate.procedure.FunctionReturn
getJdbcTypeCodeMethods 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, getHibernateTypeMethods inherited from interface org.hibernate.query.spi.QueryParameterImplementor
applyAnticipatedType, disallowMultiValuedBinding, toMemento
-
Method Details
-
toJdbcParameterRegistration
default JdbcCallParameterRegistration toJdbcParameterRegistration(int startIndex, ProcedureCallImplementor<?> procedureCall) - Specified by:
toJdbcParameterRegistrationin interfaceProcedureParameterImplementor<T>
-