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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JdbcCallParameterRegistration
toJdbcParameterRegistration(int startIndex, ProcedureCallImplementor<?> procedureCall)
-
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 Detail
-
toJdbcParameterRegistration
JdbcCallParameterRegistration toJdbcParameterRegistration(int startIndex, ProcedureCallImplementor<?> procedureCall)
-
-