Uses of Class
org.hibernate.boot.model.relational.Database

Packages that use Database
Package
Description
This package contains the interfaces that make up the bootstrap API for Hibernate.
 
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.
 
A range of SPIs allowing integration with—and customization of—the process of building metadata.
This package abstracts over the multifarious dialects of SQL understood by the databases supported by 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.
 
 
Defines handling of almost the full range of standard JDBC-defined SQL data types.