As we are migrating from Hibernate 3.6 to 4.2, I saw changes in names of unique key contraints: they are now prefixed with "UK_" or "uc_". This is certainly for a normalization with foreign key names which starts with "FK"
But a modification appeared between 4.2.0 and 4.2.1 that changed foreign key names (I think it is due to this JIRA issue): they now start with "FK_" no more with "FK" (note underscore disappeared). This modification is still present in 4.2.2.
I want to know if its a long term change or only a non-wanted modification (which may be canceled in a future 4.2 release) ?
Please advice.
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
Hi,
As we are migrating from Hibernate 3.6 to 4.2, I saw changes in names of unique key contraints: they are now prefixed with "UK_" or "uc_". This is certainly for a normalization with foreign key names which starts with "FK"
But a modification appeared between 4.2.0 and 4.2.1 that changed foreign key names (I think it is due to this JIRA issue): they now start with "FK_" no more with "FK" (note underscore disappeared). This modification is still present in 4.2.2.
I want to know if its a long term change or only a non-wanted modification (which may be canceled in a future 4.2 release) ?
Please advice.