Details
Assignee
UnassignedUnassignedReporter
Grim OireGrim OireBug Testcase Reminder (view)
Bug reports should generally be accompanied by a test case!
Bug Testcase Reminder (edit)
Bug reports should generally be accompanied by a test case!
Participants
Grim OireKoen AersComponents
Fix versions
Affects versions
Priority
Major
Details
Details
Assignee
Unassigned
UnassignedReporter
Grim Oire
Grim OireBug Testcase Reminder (view)
Bug reports should generally be accompanied by a test case!
Bug Testcase Reminder (edit)
Bug reports should generally be accompanied by a test case!
Participants
Grim Oire
Koen Aers
Components
Fix versions
Affects versions
Priority
Created May 10, 2016 at 3:46 PM
Updated December 12, 2024 at 1:12 PM
Similar to i need the correct constraint name. This is my source:
This is what reveng generates me:
As you see, the constraint-name in the Entity (ORDER_KEY) differs from the constraint-name of the table (MENUPOINT_order_key).
Why is this important?
I need to swap the "order" in a transaction. Therefore i make the constraint deferrable and deferre them in the Transaction using:
I hardly know that jpa/hibernate does not support deferrable constraints but this is not a feature-request for supporting deferrables, its a bug-report for a wrong creation of the database.