Java org.hibernate.mapping Constraint fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate.mapping Constraint fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate.mapping Constraint.

The text is from its open source code.

Method

StringgenerateName(String prefix, Table table, Column... columns)
If a constraint is not explicitly named, this is called to generate a unique hash using the table and column names.
StringgenerateName(String prefix, Table table, List columns)
Helper method for #generateName(String,Table,Column) .
ColumngetColumn(int i)
IteratorgetColumnIterator()
ListgetColumns()
intgetColumnSpan()
StringgetName()
TablegetTable()