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

Package
Description
This API allows intervention by generic code in the process of determining the names of database objects (tables, columns, and constraints).
Some SPIs related to DDL generation and schema management.
This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.
Defines SPI contracts for obtaining JDBC Connections from a provider implemented as a service.
 
SPI contracts supporting various aspects of JDBC interaction.
 
Enhanced/improved versions of table and sequence based identifier generators targeting portability and unified configuration.
Defines an SPI for schema information extraction from the database via JDBC.
An SPI for tooling related to DDL generation, export, migration, and validation.