Uses of Package
org.hibernate.boot.model.relational
-
Packages that use org.hibernate.boot.model.relational Package Description org.hibernate.boot This package contains the contracts that make up the bootstrap API for Hibernate.org.hibernate.boot.internal org.hibernate.boot.model.naming Represents a proposed new approach to allowing hooks into the process of determining the name of database objects (tables, columns, constraints, etc).org.hibernate.boot.model.relational org.hibernate.boot.model.relational.internal org.hibernate.boot.spi org.hibernate.cfg This package defines APIs for configuring Hibernate.org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.dialect.aggregate org.hibernate.dialect.temptable org.hibernate.dialect.unique Support for Dialect-specific unique constraint definitionorg.hibernate.engine.jdbc.env.internal org.hibernate.engine.jdbc.env.spi org.hibernate.engine.spi org.hibernate.envers.enhanced org.hibernate.generator This package defines an abstraction over all kinds of automatic value generation, including id generation and version number generation.org.hibernate.id This package contains the built-in id generators, all of which implementIdentifierGenerator
orPostInsertIdentifierGenerator
.org.hibernate.id.enhanced Enhanced/improved versions of table and sequence based identifier generators targeting portability and unified configurationorg.hibernate.id.insert org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
.org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.org.hibernate.testing.boot org.hibernate.tool.schema.extract.internal org.hibernate.tool.schema.extract.spi org.hibernate.tool.schema.internal org.hibernate.tool.schema.internal.exec org.hibernate.tool.schema.spi -
Classes in org.hibernate.boot.model.relational used by org.hibernate.boot Class Description AuxiliaryDatabaseObject Auxiliary database objects (i.e., triggers, stored procedures, etc) defined in the mappings.ColumnOrderingStrategy Database -
Classes in org.hibernate.boot.model.relational used by org.hibernate.boot.internal Class Description AuxiliaryDatabaseObject Auxiliary database objects (i.e., triggers, stored procedures, etc) defined in the mappings.ColumnOrderingStrategy Database -
Classes in org.hibernate.boot.model.relational used by org.hibernate.boot.model.naming Class Description Database -
Classes in org.hibernate.boot.model.relational used by org.hibernate.boot.model.relational Class Description AbstractAuxiliaryDatabaseObject Convenience base class forAuxiliaryDatabaseObject
s.AuxiliaryDatabaseObject Auxiliary database objects (i.e., triggers, stored procedures, etc) defined in the mappings.AuxiliaryDatabaseObject.Expandable Additional, optional interface for AuxiliaryDatabaseObject that want to allow expansion of allowable dialects via mapping.ColumnOrderingStrategy ColumnOrderingStrategyLegacy A no-op implementation.ColumnOrderingStrategyStandard Standard implementation that orders columns by size and name following roughly this ordering:order by max(physicalSizeBytes, 4), physicalSizeBytes > 2048, name
ContributableDatabaseObject Contributable specialization for Tables and SequencesDatabase Exportable Contract for entities (in the ERD sense) which can be exported viaCREATE
,ALTER
, etcInitCommand A general SQL command to be used while initializing a schema.Namespace Represents a namespace (named schema/catalog pair) with a Database and manages objects defined within.Namespace.Name QualifiedName Models the qualified name of a database object.QualifiedNameImpl QualifiedNameParser Parses a qualified name.QualifiedNameParser.NameParts QualifiedSequenceName QualifiedTableName QualifiedTypeName Sequence Models a databaseSEQUENCE
.SimpleAuxiliaryDatabaseObject A simple implementation of AbstractAuxiliaryDatabaseObject in which the CREATE and DROP strings are provided up front.SqlStringGenerationContext 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.internal Class Description Database QualifiedName Models the qualified name of a database object.QualifiedSequenceName QualifiedTableName SqlStringGenerationContext A context provided to methods responsible for generating SQL strings on startup. -
Classes in org.hibernate.boot.model.relational used by org.hibernate.boot.spi Class Description AuxiliaryDatabaseObject Auxiliary database objects (i.e., triggers, stored procedures, etc) defined in the mappings.ColumnOrderingStrategy Database QualifiedTableName -
Classes in org.hibernate.boot.model.relational used by org.hibernate.cfg Class Description AuxiliaryDatabaseObject Auxiliary database objects (i.e., triggers, stored procedures, etc) defined in the mappings. -
Classes in org.hibernate.boot.model.relational used by org.hibernate.dialect Class Description AuxiliaryDatabaseObject Auxiliary database objects (i.e., triggers, stored procedures, etc) defined in the mappings.Sequence Models a databaseSEQUENCE
. -
Classes in org.hibernate.boot.model.relational used by org.hibernate.dialect.aggregate Class Description AuxiliaryDatabaseObject Auxiliary database objects (i.e., triggers, stored procedures, etc) defined in the mappings.Namespace 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.temptable Class Description Exportable Contract for entities (in the ERD sense) which can be exported viaCREATE
,ALTER
, etc -
Classes in org.hibernate.boot.model.relational used by org.hibernate.dialect.unique Class Description SqlStringGenerationContext A 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.internal Class Description QualifiedName Models the qualified name of a database object.QualifiedSequenceName QualifiedTableName -
Classes in org.hibernate.boot.model.relational used by org.hibernate.engine.jdbc.env.spi Class Description QualifiedName Models the qualified name of a database object.QualifiedSequenceName QualifiedTableName -
Classes in org.hibernate.boot.model.relational used by org.hibernate.engine.spi Class Description SqlStringGenerationContext A context provided to methods responsible for generating SQL strings on startup. -
Classes in org.hibernate.boot.model.relational used by org.hibernate.envers.enhanced Class Description Database ExportableProducer Identifies metamodel objects that can produceExportable
relational stuff.QualifiedName Models the qualified name of a database object. -
Classes in org.hibernate.boot.model.relational used by org.hibernate.generator Class Description Database -
Classes in org.hibernate.boot.model.relational used by org.hibernate.id Class Description Database ExportableProducer Identifies metamodel objects that can produceExportable
relational stuff.SqlStringGenerationContext A context provided to methods responsible for generating SQL strings on startup. -
Classes in org.hibernate.boot.model.relational used by org.hibernate.id.enhanced Class Description Database ExportableProducer Identifies metamodel objects that can produceExportable
relational stuff.InitCommand A general SQL command to be used while initializing a schema.QualifiedName Models the qualified name of a database object.SqlStringGenerationContext A context provided to methods responsible for generating SQL strings on startup. -
Classes in org.hibernate.boot.model.relational used by org.hibernate.id.insert Class Description SqlStringGenerationContext A context provided to methods responsible for generating SQL strings on startup. -
Classes in org.hibernate.boot.model.relational used by org.hibernate.internal Class Description SqlStringGenerationContext A context provided to methods responsible for generating SQL strings on startup. -
Classes in org.hibernate.boot.model.relational used by org.hibernate.mapping Class Description ContributableDatabaseObject Contributable specialization for Tables and SequencesDatabase Exportable Contract for entities (in the ERD sense) which can be exported viaCREATE
,ALTER
, etcExportableProducer Identifies metamodel objects that can produceExportable
relational stuff.InitCommand A general SQL command to be used while initializing a schema.Namespace Represents a namespace (named schema/catalog pair) with a Database and manages objects defined within.QualifiedTableName SqlStringGenerationContext A context provided to methods responsible for generating SQL strings on startup. -
Classes in org.hibernate.boot.model.relational used by org.hibernate.testing.boot Class Description AuxiliaryDatabaseObject Auxiliary database objects (i.e., triggers, stored procedures, etc) defined in the mappings. -
Classes in org.hibernate.boot.model.relational used by org.hibernate.tool.schema.extract.internal Class Description Namespace Represents a namespace (named schema/catalog pair) with a Database and manages objects defined within.Namespace.Name QualifiedSequenceName QualifiedTableName SqlStringGenerationContext 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.spi Class Description Namespace Represents a namespace (named schema/catalog pair) with a Database and manages objects defined within.Namespace.Name QualifiedSequenceName QualifiedTableName SqlStringGenerationContext 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 Class Description AuxiliaryDatabaseObject Auxiliary database objects (i.e., triggers, stored procedures, etc) defined in the mappings.Exportable Contract for entities (in the ERD sense) which can be exported viaCREATE
,ALTER
, etcNamespace Represents a namespace (named schema/catalog pair) with a Database and manages objects defined within.QualifiedSequenceName QualifiedTableName Sequence Models a databaseSEQUENCE
.SqlStringGenerationContext 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.exec Class Description SqlStringGenerationContext 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.spi Class Description ContributableDatabaseObject Contributable specialization for Tables and SequencesExportable Contract for entities (in the ERD sense) which can be exported viaCREATE
,ALTER
, etcNamespace Represents a namespace (named schema/catalog pair) with a Database and manages objects defined within.Sequence Models a databaseSEQUENCE
.SqlStringGenerationContext A context provided to methods responsible for generating SQL strings on startup.