Interface FunctionReturnImplementor<T>
- All Superinterfaces:
FunctionReturn<T>, Parameter<T>, ProcedureParameter<T>, ProcedureParameterImplementor<T>, QueryParameter<T>, QueryParameterImplementor<T>
public interface FunctionReturnImplementor<T>
extends FunctionReturn<T>, ProcedureParameterImplementor<T>
-
Method Summary
Modifier and TypeMethodDescriptiondefault JdbcCallParameterRegistrationtoJdbcParameterRegistration(int startIndex, ProcedureCallImplementor<?> procedureCall) Methods inherited from interface FunctionReturn
getJdbcTypeCodeMethods inherited from interface Parameter
getName, getParameterType, getPositionMethods inherited from interface ProcedureParameter
getModeMethods inherited from interface QueryParameter
allowsMultiValuedBinding, getHibernateType, isNamed, isOrdinalMethods inherited from interface QueryParameterImplementor
applyAnticipatedType, disallowMultiValuedBinding, toMemento
-
Method Details
-
toJdbcParameterRegistration
default JdbcCallParameterRegistration toJdbcParameterRegistration(int startIndex, ProcedureCallImplementor<?> procedureCall) - Specified by:
toJdbcParameterRegistrationin interfaceProcedureParameterImplementor<T>
-