Uses of Class
org.hibernate.mapping.Constraint
-
Packages that use Constraint Package Description org.hibernate.dialect org.hibernate.mapping -
-
Uses of Constraint in org.hibernate.dialect
Methods in org.hibernate.dialect that return types with arguments of type Constraint Modifier and Type Method Description Exporter<Constraint>Dialect. getUniqueKeyExporter() -
Uses of Constraint in org.hibernate.mapping
Subclasses of Constraint in org.hibernate.mapping Modifier and Type Class Description classForeignKeyA foreign key constraintclassPrimaryKeyA primary key constraintclassUniqueKeyA relational unique key constraint
-