Package org.hibernate.mapping
Class Constraint
java.lang.Object
org.hibernate.mapping.Constraint
- All Implemented Interfaces:
Serializable,Exportable
- Direct Known Subclasses:
ForeignKey,PrimaryKey,UniqueKey
A mapping model object representing a constraint on a relational database table.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddColumns(Value value) booleancontainsColumn(Column column) getColumn(int i) intgetName()getTable()voidvoidtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.hibernate.boot.model.relational.Exportable
getExportIdentifier
-
Constructor Details
-
Constraint
public Constraint()
-
-
Method Details