Uses of Class
org.hibernate.mapping.Constraint
Packages that use Constraint
Package
Description
Some SPIs related to DDL generation and schema management.
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
This package defines the Hibernate configuration-time mapping model.
An implementation of the SPI for the tooling related to DDL generation, export, migration, and validation.
-
Uses of Constraint in org.hibernate.boot.model.relational
Methods in org.hibernate.boot.model.relational with parameters of type ConstraintModifier and TypeMethodDescriptionColumnOrderingStrategy.orderConstraintColumns(Constraint constraint, Metadata metadata) Orders the columns of the constraint.ColumnOrderingStrategyLegacy.orderConstraintColumns(Constraint constraint, Metadata metadata) ColumnOrderingStrategyStandard.orderConstraintColumns(Constraint constraint, Metadata metadata) -
Uses of Constraint in org.hibernate.dialect
Methods in org.hibernate.dialect that return types with arguments of type ConstraintModifier and TypeMethodDescriptionDialect.getUniqueKeyExporter()DialectDelegateWrapper.getUniqueKeyExporter()SpannerDialect.getUniqueKeyExporter() -
Uses of Constraint in org.hibernate.mapping
Subclasses of Constraint in org.hibernate.mappingModifier and TypeClassDescriptionclassA mapping model object representing a foreign key constraint.classA mapping model object representing a primary key constraint.classA mapping model object representing a unique key constraint on a relational database table. -
Uses of Constraint in org.hibernate.tool.schema.internal
Methods in org.hibernate.tool.schema.internal with parameters of type ConstraintModifier and TypeMethodDescriptionString[]StandardUniqueKeyExporter.getSqlCreateStrings(Constraint constraint, Metadata metadata, SqlStringGenerationContext context) String[]StandardUniqueKeyExporter.getSqlDropStrings(Constraint constraint, Metadata metadata, SqlStringGenerationContext context)