Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
1.2.0
-
None
-
None
-
SUN JDK 1.6.0_06 for Linux(amd64)
Description
An unique constraint name contains "uk_" prefix and combination of field's names. In case two or more tables have unique constraints with the same combination of fields, the generation of database's schema will fail, because constraint name should be unique too.
It will be very nice if next versions of JPA specification will include possibility to set name for particular constraint.
Attachments
Issue Links
- is related to
-
OPENJPA-1047 Unique Constraint on sibling classes causes name conflict
- Open