Uses of Package
org.hibernate.engine.jdbc.spi

Package
Description
Defines contracts for JDBC batching support.
 
SPI contracts supporting various aspects of JDBC interaction.
This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.
An SPI supporting custom instantiation of entity instances and embeddable objects.
This package abstracts persistence mechanisms for collections.
An SPI for managing JDBC connections and other heavyweight resources, based around the idea of a "JDBC session".
Package defining support for creating and consuming a SQL AST.
Support for building TableMutation references for persisting entity mutation events