If I have a main table, and a child table, it's fairly easy for me to use fetchGroups() to join the two tables and get back a map of the parent to a list of children. Is there a method in jOOQ that goes further, and allows me to fetch multiple different child tables in a single query?
I considered using fetch(), iterating through the records, and then fetchInto(), but intoList() does not take a type argument (which I think would be required to do what I want). -- 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.
