Interface ProcedureParameterImplementor<T>
- All Superinterfaces:
Parameter<T>, ProcedureParameter<T>, QueryParameter<T>, QueryParameterImplementor<T>
- All Known Subinterfaces:
FunctionReturnImplementor<T>
@Incubating
public interface ProcedureParameterImplementor<T>
extends ProcedureParameter<T>, QueryParameterImplementor<T>
SPI extension for ProcedureParameter
-
Method Summary
Modifier and TypeMethodDescriptiontoJdbcParameterRegistration(int startIndex, ProcedureCallImplementor procedureCall) Methods 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
JdbcCallParameterRegistration toJdbcParameterRegistration(int startIndex, ProcedureCallImplementor procedureCall)
-