Silvano Maffeis, if you need SchemaExport with "unique" on the columns, without the constraints, it's easiest to extend the Dialect and override getUniqueDelegate(). See DefaultUniqueDelegate for reference. I think getColumnDefinitionUniquenessFragment would return " unique" and all others would return empty strings.
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
Silvano Maffeis, if you need SchemaExport with "unique" on the columns, without the constraints, it's easiest to extend the Dialect and override getUniqueDelegate(). See DefaultUniqueDelegate for reference. I think getColumnDefinitionUniquenessFragment would return " unique" and all others would return empty strings.