Hello,
I am using the generated POJOs and DAOs to retrieve and store objects in my 
database. I know that, for "regular" INSERTs, I can use the returning()method, 
but how can I retrieve the inserted object? There is a sequence for 
the ID, which is automatically generated by the database and I would like 
to get back.
I would like to know if I can avoid using DAOs and do a simple 
factory.insert(TABLE, 
TABLERecord) so I can use the returning() right there.

Thank you!

-- 
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/groups/opt_out.


Reply via email to