Uses of Interface
org.hibernate.sql.exec.spi.JdbcCallRefCursorExtractor
-
Packages that use JdbcCallRefCursorExtractor 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 JdbcCallRefCursorExtractor in org.hibernate.sql.exec.internal
Classes in org.hibernate.sql.exec.internal that implement JdbcCallRefCursorExtractor Modifier and Type Class Description class
JdbcCallRefCursorExtractorImpl
Controls extracting values from REF_CURSOR parameters.Methods in org.hibernate.sql.exec.internal that return types with arguments of type JdbcCallRefCursorExtractor Modifier and Type Method Description List<JdbcCallRefCursorExtractor>
JdbcCallImpl. getCallRefCursorExtractors()
-
Uses of JdbcCallRefCursorExtractor in org.hibernate.sql.exec.spi
Methods in org.hibernate.sql.exec.spi that return types with arguments of type JdbcCallRefCursorExtractor Modifier and Type Method Description List<JdbcCallRefCursorExtractor>
JdbcOperationQueryCall. getCallRefCursorExtractors()
Extractors for REF_CURSOR (ResultSet) parameters
-