Uses of Class
org.hibernate.mapping.Constraint
Packages that use Constraint
Package
Description
Some SPIs related to DDL generation and schema management.
This package defines the Hibernate configuration-time mapping model.
-
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.mapping
Subclasses of Constraint in org.hibernate.mappingModifier and TypeClassDescriptionclass
A mapping model object representing a foreign key constraint.class
A mapping model object representing a primary key constraint.class
A mapping model object representing a unique key constraint on a relational database table.