Fixed
Details
Assignee
Brett MeyerBrett MeyerReporter
Sergey ParhomenkoSergey ParhomenkoComponents
Fix versions
Affects versions
Priority
Major
Details
Details
Assignee
Brett Meyer
Brett MeyerReporter
Sergey Parhomenko
Sergey ParhomenkoComponents
Fix versions
Affects versions
Priority
Created December 24, 2012 at 2:33 PM
Updated October 14, 2013 at 9:48 AM
Resolved March 7, 2013 at 7:07 PM
When hibernate.globally_quoted_identifiers is set to true, defining custom @UniqueConstraint is not possible. Error message is: "org.hibernate.AnnotationException: Unable to create unique key constraint (<columns>) on table <table>: database column <column> not found. Make sure that you use the correct column name which depends on the naming strategy in use (it may not be the same as the property name in the entity, especially for relational types)".