Uses of Interface
org.hibernate.boot.model.relational.SqlStringGenerationContext

Packages that use SqlStringGenerationContext
Package
Description
Some SPIs related to DDL generation and schema management.
Internal package containing dialect-specific implementations of JdbcType.
Support for Dialect-specific unique constraint definition.
This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.
This package defines an abstraction over all kinds of automatic value generation, including id generation and version number generation.
This package and its subpackages, especially org.hibernate.id.enhanced, contain the built-in id generators, all of which implement either IdentifierGenerator or PostInsertIdentifierGenerator.
Enhanced/improved versions of table and sequence based identifier generators targeting portability and unified configuration.
This package defines the Hibernate configuration-time mapping model.
An SPI supporting custom instantiation of entity instances and embeddable objects.
This package abstracts persistence mechanisms for entities.
Defines an SPI for schema information extraction from the database via JDBC.
An SPI for tooling related to DDL generation, export, migration, and validation.