Hi All, I am not able to find out a way to get the generated pk back using DAOImpl.insert method. I tried searching for solution but did not get it.
I have to populate a join table based on the primary keys of the two different table's records inserted. So the steps I am following, 1. Insert Table1.Record1. 2. Insert Table2.Record1. 3. Insert JoinTable.Record1 with PKs from Table1.Record1 and Table2.Record1. I am unable to figure out a way to implement Step 3. Could you please help me out.... Thanks, Sachin -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
