You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
Test passes.
When the pages of the PageSet get cleared, all rows should be deleted.
Actual behavior
Test fails. There is one row remaining.
Additional context
This bug is only triggered with FetchType.LAZY
This bug is only triggered when Static Weaving has happened
This bug is only triggered when the OneToMany relationship is inside of the embeddable. If the embeddable is "inlined", everything works as expected
The text was updated successfully, but these errors were encountered:
StefanBauerTT
changed the title
Rows of a OneToMany relationship are not deleted if is is defined in an embeddable
Rows of a OneToMany relationship are not deleted if it is defined in an embeddable
May 7, 2025
There I see the same failure, i.e. the child entity does not get deleted if I set the reference in the parent to null. But in this case, the fetch type does not matter, it fails with both FetchType.LAZY and FetchType.EAGER. Please advise if you would like me to open a separate issue for that.
Describe the bug
EclipseLink does not delete rows of a OneToMany relationship if is is defined in an embeddable.
To Reproduce
Steps/resources to reproduce the behavior:
Expected behavior
Test passes.
When the pages of the PageSet get cleared, all rows should be deleted.
Actual behavior
Test fails. There is one row remaining.
Additional context
The text was updated successfully, but these errors were encountered: