|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Constraint
Basic contract for the types of constraints we fully support as metadata constructs:
Method Summary | |
---|---|
Iterable<Column> |
getColumns()
Obtain the columns that are part of this constraint. |
String |
getName()
Obtain the constraint name. |
TableSpecification |
getTable()
Obtain the table to which this constraint applies. |
Methods inherited from interface org.hibernate.metamodel.relational.Exportable |
---|
getExportIdentifier, sqlCreateStrings, sqlDropStrings |
Method Detail |
---|
TableSpecification getTable()
String getName()
Iterable<Column> getColumns()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |