Uses of Interface
org.hibernate.sql.exec.spi.JdbcCallParameterRegistration
Packages that use JdbcCallParameterRegistration
Package
Description
Defines an SPI for calling stored procedures and functions.
SPI for execution of SQL statements via JDBC.
-
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.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