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.
 
 
Internals for supporting various aspects of JDBC interaction
SPI contracts supporting various aspects of JDBC interaction.
 
Enhanced/improved versions of table and sequence based identifier generators targeting portability and unified configuration.
 
 
Implementation of the SPI for schema information extraction from the database via JDBC.
Defines an SPI for schema information extraction from the database via JDBC.
Support for exporting generated DDL to the database or to SQL scripts.
An SPI for tooling related to DDL generation, export, migration, and validation.