Uses of Interface
org.hibernate.sql.exec.spi.JdbcCallRefCursorExtractor
-
Packages that use JdbcCallRefCursorExtractor Package Description org.hibernate.sql.exec.spi SPI for execution of SQL statements via JDBC. -
-
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
-