Issue Type: Bug Bug
Affects Versions: 4.2.1
Assignee: Unassigned
Components: core
Created: 01/May/13 7:18 PM
Description:

I am using hibernate.hbm2ddl.auto=update in production environment,hibernate will generate a random name for every unique key,it will cerate a new unique key everytime when application started,It's stupid and break compatibility with previous version.please use UK_md5hex(column1[,column2[,column3...]]) as the key name,so the hibernate.schema_update.unique_constraint_strategy = RECREATE_QUIETLY will be the same behaviour as "create if not exists".

Environment: HHH-8205
Project: Hibernate ORM
Priority: Blocker Blocker
Reporter: zhouyanming
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