Package org.hibernate.procedure.spi
Interface ProcedureParameterImplementor<T>
- All Superinterfaces:
Parameter<T>
,ProcedureParameter<T>
,QueryParameter<T>
,QueryParameterImplementor<T>
- All Known Subinterfaces:
FunctionReturnImplementor<T>
- All Known Implementing Classes:
FunctionReturnImpl
,ProcedureParameterImpl
@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 jakarta.persistence.Parameter
getName, getParameterType, getPosition
Methods inherited from interface org.hibernate.procedure.ProcedureParameter
getMode
Methods inherited from interface org.hibernate.query.QueryParameter
allowsMultiValuedBinding, getHibernateType, isNamed, isOrdinal
Methods inherited from interface org.hibernate.query.spi.QueryParameterImplementor
applyAnticipatedType, disallowMultiValuedBinding, toMemento
-
Method Details
-
toJdbcParameterRegistration
JdbcCallParameterRegistration toJdbcParameterRegistration(int startIndex, ProcedureCallImplementor<?> procedureCall)
-