When changing the order in a one-directional one-to-many relationship annotated with `@OrderColumn`, Hibernate fails to merge the updated entity due to a foreign key constraint.
I would have expected the order column value to be modified instead.