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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
addColumns
(Value value) boolean
containsColumn
(Column column) getColumn
(int i) int
getName()
getTable()
void
void
setOptions
(String options) void
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.hibernate.boot.model.relational.Exportable
getExportIdentifier
-
Constructor Details
-
Constraint
public Constraint()
-
-
Method Details