Posts by Cleiton Cardoso • 1 point
1 post
-
0
votes1
answer75
viewsA: Delete From Database without deleting related objects
Try this, leave it as Cascade. but adds the attribute orphanRemoval = false in the annotation.
1 post
0
votes1
answer75
viewsTry this, leave it as Cascade. but adds the attribute orphanRemoval = false in the annotation.