Package org.hibernate.sql.exec

Package defining support for execution of SQL statements through JDBC. The statement to execute is modelled by JdbcOperationQuery and are 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