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