Brett Meyer commented on Bug HHH-7797

Silvano, no that's a different case (this area is confusing).

Make sure you're implementing either getColumnDefinitionUniquenessFragment(org.hibernate.mapping.Column column) or getTableCreationUniqueConstraintsFragment(org.hibernate.mapping.Table table). The first should return " unique", if you want the column definition itself to have the unique syntax. The second would loop through the Table#getUniqueKeyIterator and return something like " unique(column1, column2)", if you want the unique column definitions to be added to the end of the create table statement.

This is all described in the UniqueDelegate javadoc

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira