7 months ago
I am trying to save my object into DB but it was giving error while saving.
Error :
Caused by: org.hibernate.HibernateException: A collection with cascade="all-delete-orphan" was no longer referenced by the owning entity instance:
Solution :
Change orphanRemoval = false
@OneToMany(fetch = FetchType.EAGER, cascade = CascadeType.ALL, orphanRemoval = true)
Software Tester at Accenture Bangalore
7 months ago
Category: Entertainment
Author: Ayush Raj
Posted : 2 years ago