net.sf.hibernate.mapping
Class UniqueKey
java.lang.Object
net.sf.hibernate.mapping.Constraint
net.sf.hibernate.mapping.UniqueKey
- All Implemented Interfaces:
- RelationalModel
- public class UniqueKey
- extends Constraint
A relational unique key constraint
- Author:
- Gavin King
Methods inherited from class net.sf.hibernate.mapping.Constraint |
addColumn, addColumns, columnIterator, getColumnIterator, getColumnSpan, getName, getTable, setName, setTable, sqlCreateString, sqlDropString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UniqueKey
public UniqueKey()
sqlConstraintString
public String sqlConstraintString(Dialect dialect)
sqlConstraintString
public String sqlConstraintString(Dialect dialect,
String constraintName)
- Specified by:
sqlConstraintString
in class Constraint