Package org.hibernate.resource.jdbc.spi

An SPI for managing JDBC connections and other heavyweight resources, based around the idea of a "JDBC session".

The interface StatementInspector is especially useful for monitoring/intercepting SQL statements as they are sent to the database.