Uses of Package
org.hibernate.boot.model.relational
Packages that use org.hibernate.boot.model.relational
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 defines APIs for configuring Hibernate.
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
Support for
Dialect
-specific aggregate column types,
including user-defined composite types, and JSON or XML types.Support for temporary tables.
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.
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.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.
Validation for HQL queries.
Implementation of the SPIs for native SQL query support.
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.
An implementation of the SPI for the tooling related to DDL generation, export, migration, and validation.
Support for exporting generated DDL to the database or to SQL scripts.
An SPI for tooling related to DDL generation, export, migration, and validation.
Defines handling of almost the full range of standard JDBC-defined SQL data types.
-
Classes in org.hibernate.boot.model.relational used by org.hibernate.bootClassDescriptionAn auxiliary database object is a trigger, function, stored procedure, or anything similar which is defined using explicit handwritten DDL
create
anddrop
statements in the mapping metadata.A pluggable contract that allows ordering of columns withinTable
,Constraint
andUserDefinedObjectType
. -
Classes in org.hibernate.boot.model.relational used by org.hibernate.boot.internalClassDescriptionAn auxiliary database object is a trigger, function, stored procedure, or anything similar which is defined using explicit handwritten DDL
create
anddrop
statements in the mapping metadata.A pluggable contract that allows ordering of columns withinTable
,Constraint
andUserDefinedObjectType
.A context provided to methods responsible for generating SQL strings on startup. -
Classes in org.hibernate.boot.model.relational used by org.hibernate.boot.model.naming
-
Classes in org.hibernate.boot.model.relational used by org.hibernate.boot.model.relationalClassDescriptionConvenience base class for
AuxiliaryDatabaseObject
s.An auxiliary database object is a trigger, function, stored procedure, or anything similar which is defined using explicit handwritten DDLcreate
anddrop
statements in the mapping metadata.Additional, optional interface forAuxiliaryDatabaseObject
s that want to allow expansion of allowable dialects via mapping.A pluggable contract that allows ordering of columns withinTable
,Constraint
andUserDefinedObjectType
.A no-op implementation.Standard implementation that orders columns by size and name following roughly this ordering:order by max(physicalSizeBytes, 4), physicalSizeBytes > 2048, name
Database objects (table, sequence, etc) which are associated with a contributor (ORM, Envers, etc) and can be selectively exported per contributorContract for entities (in the ERD sense) which can be exported viaCREATE
,ALTER
, etcA general SQL command to be used while initializing a schema.Represents a namespace (named schema/catalog pair) with a Database and manages objects defined within.Models the qualified name of a database object.Parses a qualified name.Models a databaseSEQUENCE
.A simple implementation ofAbstractAuxiliaryDatabaseObject
in which theCREATE
andDROP
strings are provided up front.A context provided to methods responsible for generating SQL strings on startup. -
Classes in org.hibernate.boot.model.relational used by org.hibernate.boot.model.relational.internalClassDescriptionModels the qualified name of a database object.A context provided to methods responsible for generating SQL strings on startup.
-
Classes in org.hibernate.boot.model.relational used by org.hibernate.boot.spiClassDescriptionAn auxiliary database object is a trigger, function, stored procedure, or anything similar which is defined using explicit handwritten DDL
create
anddrop
statements in the mapping metadata.A pluggable contract that allows ordering of columns withinTable
,Constraint
andUserDefinedObjectType
.Models a databaseSEQUENCE
. -
Classes in org.hibernate.boot.model.relational used by org.hibernate.cfgClassDescriptionAn auxiliary database object is a trigger, function, stored procedure, or anything similar which is defined using explicit handwritten DDL
create
anddrop
statements in the mapping metadata.A pluggable contract that allows ordering of columns withinTable
,Constraint
andUserDefinedObjectType
. -
Classes in org.hibernate.boot.model.relational used by org.hibernate.dialectClassDescriptionAn auxiliary database object is a trigger, function, stored procedure, or anything similar which is defined using explicit handwritten DDL
create
anddrop
statements in the mapping metadata.Models a databaseSEQUENCE
.A context provided to methods responsible for generating SQL strings on startup. -
Classes in org.hibernate.boot.model.relational used by org.hibernate.dialect.aggregateClassDescriptionAn auxiliary database object is a trigger, function, stored procedure, or anything similar which is defined using explicit handwritten DDL
create
anddrop
statements in the mapping metadata.Represents a namespace (named schema/catalog pair) with a Database and manages objects defined within. -
Classes in org.hibernate.boot.model.relational used by org.hibernate.dialect.temptableClassDescriptionContract for entities (in the ERD sense) which can be exported via
CREATE
,ALTER
, etc -
Classes in org.hibernate.boot.model.relational used by org.hibernate.dialect.uniqueClassDescriptionA context provided to methods responsible for generating SQL strings on startup.
-
Classes in org.hibernate.boot.model.relational used by org.hibernate.engine.jdbc.env.internalClassDescriptionModels the qualified name of a database object.
-
Classes in org.hibernate.boot.model.relational used by org.hibernate.engine.jdbc.env.spiClassDescriptionModels the qualified name of a database object.
-
Classes in org.hibernate.boot.model.relational used by org.hibernate.engine.spiClassDescriptionA context provided to methods responsible for generating SQL strings on startup.
-
Classes in org.hibernate.boot.model.relational used by org.hibernate.envers.enhancedClassDescriptionIdentifies metamodel objects that can produce
Exportable
relational stuff.Models the qualified name of a database object. -
Classes in org.hibernate.boot.model.relational used by org.hibernate.generatorClassDescriptionA context provided to methods responsible for generating SQL strings on startup.
-
Classes in org.hibernate.boot.model.relational used by org.hibernate.idClassDescriptionIdentifies metamodel objects that can produce
Exportable
relational stuff.A context provided to methods responsible for generating SQL strings on startup. -
Classes in org.hibernate.boot.model.relational used by org.hibernate.id.enhancedClassDescriptionIdentifies metamodel objects that can produce
Exportable
relational stuff.A general SQL command to be used while initializing a schema.Models the qualified name of a database object.A context provided to methods responsible for generating SQL strings on startup. -
Classes in org.hibernate.boot.model.relational used by org.hibernate.internalClassDescriptionA context provided to methods responsible for generating SQL strings on startup.
-
Classes in org.hibernate.boot.model.relational used by org.hibernate.mappingClassDescriptionDatabase objects (table, sequence, etc) which are associated with a contributor (ORM, Envers, etc) and can be selectively exported per contributorContract for entities (in the ERD sense) which can be exported via
CREATE
,ALTER
, etcIdentifies metamodel objects that can produceExportable
relational stuff.A general SQL command to be used while initializing a schema.Represents a namespace (named schema/catalog pair) with a Database and manages objects defined within.Models the qualified name of a database object.A context provided to methods responsible for generating SQL strings on startup. -
Classes in org.hibernate.boot.model.relational used by org.hibernate.metamodel.spiClassDescriptionA context provided to methods responsible for generating SQL strings on startup.
-
Classes in org.hibernate.boot.model.relational used by org.hibernate.persister.entityClassDescriptionModels the qualified name of a database object.A context provided to methods responsible for generating SQL strings on startup.
-
Classes in org.hibernate.boot.model.relational used by org.hibernate.processor.validationClassDescriptionA context provided to methods responsible for generating SQL strings on startup.
-
Classes in org.hibernate.boot.model.relational used by org.hibernate.query.sql.internalClassDescriptionA context provided to methods responsible for generating SQL strings on startup.
-
Classes in org.hibernate.boot.model.relational used by org.hibernate.testing.bootClassDescriptionAn auxiliary database object is a trigger, function, stored procedure, or anything similar which is defined using explicit handwritten DDL
create
anddrop
statements in the mapping metadata. -
Classes in org.hibernate.boot.model.relational used by org.hibernate.testing.orm.junitClassDescriptionAn auxiliary database object is a trigger, function, stored procedure, or anything similar which is defined using explicit handwritten DDL
create
anddrop
statements in the mapping metadata. -
Classes in org.hibernate.boot.model.relational used by org.hibernate.testing.util.uuid
-
Classes in org.hibernate.boot.model.relational used by org.hibernate.tool.schema.extract.internalClassDescriptionRepresents a namespace (named schema/catalog pair) with a Database and manages objects defined within.A context provided to methods responsible for generating SQL strings on startup.
-
Classes in org.hibernate.boot.model.relational used by org.hibernate.tool.schema.extract.spiClassDescriptionRepresents a namespace (named schema/catalog pair) with a Database and manages objects defined within.A context provided to methods responsible for generating SQL strings on startup.
-
Classes in org.hibernate.boot.model.relational used by org.hibernate.tool.schema.internalClassDescriptionAn auxiliary database object is a trigger, function, stored procedure, or anything similar which is defined using explicit handwritten DDL
create
anddrop
statements in the mapping metadata.Contract for entities (in the ERD sense) which can be exported viaCREATE
,ALTER
, etcRepresents a namespace (named schema/catalog pair) with a Database and manages objects defined within.Models a databaseSEQUENCE
.A context provided to methods responsible for generating SQL strings on startup. -
Classes in org.hibernate.boot.model.relational used by org.hibernate.tool.schema.internal.execClassDescriptionA context provided to methods responsible for generating SQL strings on startup.
-
Classes in org.hibernate.boot.model.relational used by org.hibernate.tool.schema.spiClassDescriptionDatabase objects (table, sequence, etc) which are associated with a contributor (ORM, Envers, etc) and can be selectively exported per contributorContract for entities (in the ERD sense) which can be exported via
CREATE
,ALTER
, etcRepresents a namespace (named schema/catalog pair) with a Database and manages objects defined within.Models a databaseSEQUENCE
.A context provided to methods responsible for generating SQL strings on startup. -
Classes in org.hibernate.boot.model.relational used by org.hibernate.type.descriptor.jdbc