@Incubating

Package org.hibernate.sql.exec.spi

SPI for execution of SQL statements via JDBC. The statement to execute is modelled by JdbcOperationQuery and is executed via the corresponding executor.

For operations that return ResultSets, be sure to see org.hibernate.sql.results which provides support for processing results starting with JdbcValuesMapping