Delete-orphan with Cascade
- 7th Mar 2017
- 0
- 18127
- Delete-orphan with Cascade example Delete-orphan with Cascade in hibernate how Delete-orphan with Cascade works in hibernate what is delete orphan in hibernate what is orphan record in hibernate when to use Delete-orphan with Cascade
Let’s perform Delete Orphan operation with and without cascade to understand it better delete-orphan with Cascade Orphan record is a record in relation table which doesn’t have any association with its relationship owner. Example:Applicant has a list of address, suppose we delete this address list association with Applicant then all the address records becomes Orphan […]