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
{{ message }}
This repository was archived by the owner on Aug 25, 2025. It is now read-only.
https://github.com/eclipse-ee4j/jakartaee-tutorial/blob/master/src/main/asciidoc/persistence-intro/persistence-intro002.adoc#orphan-removal-in-relationships
Document has this written:
The following example will cascade the remove operation to the orphaned order entity when the customer entity is deleted:
But it should be :
The following example will cascade the remove operation to the orphaned order entity when the customer entity removes the order: