Skip to:
If we define a bidirectional @OneToMany association with a non-nullable @OrderColumn:
@OneToMany
@OrderColumn
The INSERT will fail since the order column is only updated after the INSERT:
Just stumbled across this bug as well. Any chance we can get this fixed?
If we define a bidirectional
@OneToMany
association with a non-nullable@OrderColumn
:The INSERT will fail since the order column is only updated after the INSERT: