Uses of Class
org.hibernate.sql.exec.internal.JdbcCallParameterExtractorImpl
Packages that use JdbcCallParameterExtractorImpl
Package
Description
Implementation of the SPI for execution of SQL statements via JDBC.
-
Uses of JdbcCallParameterExtractorImpl in org.hibernate.sql.exec.internal
Constructors in org.hibernate.sql.exec.internal with parameters of type JdbcCallParameterExtractorImplModifierConstructorDescriptionJdbcCallFunctionReturnImpl
(OutputableType<?> ormType, JdbcCallParameterExtractorImpl<?> parameterExtractor, JdbcCallRefCursorExtractorImpl refCursorExtractor) JdbcCallParameterRegistrationImpl
(String name, int jdbcParameterPositionStart, ParameterMode parameterMode, OutputableType<?> ormType, JdbcParameterBinder parameterBinder, JdbcCallParameterExtractorImpl<?> parameterExtractor, JdbcCallRefCursorExtractorImpl refCursorExtractor)