DEV Community

kswat
kswat

Posted on

Spring JPA many to many 3 tables

Hi,
I was reading the article, https://forum.hibernate.org/viewtopic.php?p=2372504
and stuck with data insertion via api i.e. setter methods. How can I use repository persist/save/saveflush to create records in RelationABC table , when i create a TableA record. If I need to create TableA,B, C records, how to insert into RelationABC

Top comments (0)