Normally when I do a join query, I just use fetchGroups() and fetch the records into their respective types, then iterate across entryKey() - no problem.
When I do this with a recursive join, however, jOOQ appears to get confused, and cannot distinguish between the child record and the parent record (I assume since the column names are the same). What's the best way to fetch this? -- 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.
