posted 15 years ago
We are using EJB3.0 + entities
in our project we need to save data to 3 to 5 tables.
They have relationship(one to many like ...).
can anyone please suggest a method to insert data to all the tables using one transaction .
(instead insert in master then merge detail then child of second ).
Thanks,
Nis