Uses of Interface
org.hibernate.sql.exec.spi.JdbcCallParameterRegistration
Packages that use JdbcCallParameterRegistration
Package
Description
Defines the internal implementation of the stored procedure SPI.
Defines an SPI for calling stored procedures and functions.
Implementation of the SPI for execution of SQL statements via JDBC.
SPI for execution of SQL statements via JDBC.
-
Uses of JdbcCallParameterRegistration in org.hibernate.procedure.internal
Methods in org.hibernate.procedure.internal that return JdbcCallParameterRegistrationModifier and TypeMethodDescriptionProcedureParameterImpl.toJdbcParameterRegistration
(int startIndex, ProcedureCallImplementor<?> procedureCall) Methods in org.hibernate.procedure.internal with parameters of type JdbcCallParameterRegistrationModifier and TypeMethodDescriptionprotected void
OracleCallableStatementSupport.appendNameParameter
(StringBuilder buffer, ProcedureParameterImplementor parameter, JdbcCallParameterRegistration registration) protected void
SQLServerCallableStatementSupport.appendNameParameter
(StringBuilder buffer, ProcedureParameterImplementor parameter, JdbcCallParameterRegistration registration) protected void
StandardCallableStatementSupport.appendNameParameter
(StringBuilder buffer, ProcedureParameterImplementor parameter, JdbcCallParameterRegistration registration) -
Uses of JdbcCallParameterRegistration in org.hibernate.procedure.spi
Methods in org.hibernate.procedure.spi that return JdbcCallParameterRegistrationModifier and TypeMethodDescriptiondefault JdbcCallParameterRegistration
FunctionReturnImplementor.toJdbcParameterRegistration
(int startIndex, ProcedureCallImplementor<?> procedureCall) ProcedureParameterImplementor.toJdbcParameterRegistration
(int startIndex, ProcedureCallImplementor<?> procedureCall) -
Uses of JdbcCallParameterRegistration in org.hibernate.sql.exec.internal
Classes in org.hibernate.sql.exec.internal that implement JdbcCallParameterRegistrationModifier and TypeClassDescriptionclass
class
Methods in org.hibernate.sql.exec.internal that return types with arguments of type JdbcCallParameterRegistrationMethods in org.hibernate.sql.exec.internal with parameters of type JdbcCallParameterRegistrationModifier and TypeMethodDescriptionvoid
JdbcCallImpl.Builder.addParameterRegistration
(JdbcCallParameterRegistration registration) Constructor parameters in org.hibernate.sql.exec.internal with type arguments of type JdbcCallParameterRegistrationModifierConstructorDescriptionprotected
JdbcCallImpl
(String callableName, JdbcCallFunctionReturn functionReturn, List<JdbcCallParameterRegistration> parameterRegistrations, List<JdbcParameterBinder> parameterBinders, List<JdbcCallParameterExtractor> parameterExtractors) protected
JdbcCallImpl
(String callableName, JdbcCallFunctionReturn functionReturn, List<JdbcCallParameterRegistration> parameterRegistrations, List<JdbcParameterBinder> parameterBinders, List<JdbcCallParameterExtractor> parameterExtractors, List<JdbcCallRefCursorExtractor> refCursorExtractors) -
Uses of JdbcCallParameterRegistration in org.hibernate.sql.exec.spi
Subinterfaces of JdbcCallParameterRegistration in org.hibernate.sql.exec.spiModifier and TypeInterfaceDescriptioninterface
Models the function return when the JdbcOperationQueryCall represents a call to a database function.Methods in org.hibernate.sql.exec.spi that return types with arguments of type JdbcCallParameterRegistrationModifier and TypeMethodDescriptionJdbcOperationQueryCall.getParameterRegistrations()
Get the list of any parameter registrations we need to register against the generated CallableStatement