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 Hibernate native bootstrapping API (building a SessionFactory).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.spi org.hibernate.cfg org.hibernate.dialect org.hibernate.dialect.identity org.hibernate.dialect.unique Support for Dialect-specific unique constraint definitionorg.hibernate.engine.jdbc.env.spi org.hibernate.engine.spi org.hibernate.envers.enhanced org.hibernate.hql.spi.id Support for multi-table update and delete statements via id-tables.org.hibernate.hql.spi.id.cte org.hibernate.hql.spi.id.global org.hibernate.hql.spi.id.inline org.hibernate.hql.spi.id.local org.hibernate.hql.spi.id.persistent Package contains an implementation of MultiTableBulkIdStrategy based on the use of a persistent (ANSI SQL term) table to hold id values.org.hibernate.id org.hibernate.id.enhanced Enhanced/improved versions of table and sequence based identifier generators targeting portability and unified configurationorg.hibernate.id.insert org.hibernate.mapping org.hibernate.persister.entity org.hibernate.testing.boot org.hibernate.tool.schema.extract.spi 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.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.Database 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 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.spi Class Description AuxiliaryDatabaseObject Auxiliary database objects (i.e., triggers, stored procedures, etc) defined in the mappings.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.identity 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.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.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.hql.spi.id Class Description 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.hql.spi.id.cte 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.hql.spi.id.global 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.hql.spi.id.inline 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.hql.spi.id.local 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.hql.spi.id.persistent Class Description 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.id Class Description Database ExportableProducer Identifies metamodel objects that can produceExportable
relational stuff.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.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.mapping Class Description Database 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.persister.entity 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.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.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.spi Class Description 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.Sequence Models a databaseSEQUENCE
.SqlStringGenerationContext A context provided to methods responsible for generating SQL strings on startup.