Package org.hibernate.procedure.spi
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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description JdbcCallFunctionReturntoJdbcFunctionReturn(SharedSessionContractImplementor session)default JdbcCallParameterRegistrationtoJdbcParameterRegistration(int startIndex, ProcedureCallImplementor<?> procedureCall)-
Methods inherited from interface org.hibernate.procedure.FunctionReturn
getJdbcTypeCode
-
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
default JdbcCallParameterRegistration toJdbcParameterRegistration(int startIndex, ProcedureCallImplementor<?> procedureCall)
- Specified by:
toJdbcParameterRegistrationin interfaceProcedureParameterImplementor<T>
-
toJdbcFunctionReturn
JdbcCallFunctionReturn toJdbcFunctionReturn(SharedSessionContractImplementor session)
-
-