Issue Type: Task Task
Assignee: Unassigned
Components: metamodel
Created: 26/Jun/12 4:32 PM
Description:

The fix for HHH-7092 generates a default constraint name used only for creating DDL if no name is provided. In this case the value returned by Constraint.getName() will be null (not the generated name).

This generate name is based on the columns making up the constraint, so the generated name will not be correct until after all columns are added to the constraint. Because the the constraint columns are not passed to the constructor, the name cannot be generated when the constraint is created.

We should revisit how/when columns are added and how/when the constraint name is generated to see if this can be simplified.

Fix Versions: 5.0.0
Project: Hibernate ORM
Priority: Major Major
Reporter: Gail Badner
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