saveWithCascade « Cascade « JPA Q&A





1. Hibernate. 2 functions : simpleSave() , saveWithCascade() . can it be done ? and how?    stackoverflow.com

I have a scenario in which i have: A parent class Parent which has some simple properties (int, String, etc) and 2 set of children. Set childrenA; Set childrenB; Could i make a save ...