This should work if either: 1. The columns are fully qualified 2. The columns are renamed
How di you run your query and how did you call fetchGroups()? 2018-02-14 21:14 GMT+01:00 <[email protected]>: > 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. > -- 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.
