List<MyRecord> records =dslContext.select().from(MYRECORD)
.join(MYRECORD_DETAIL).on(MYRECORD.ID.eq(MYRECORD_DETAIL.MYRECORD_ID)).where(MYRECORD_DETAIL.DATA.in("foo", "bar")).fetch();
You received this message because you are subscribed to a topic in the Google Groups "jOOQ User Group" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/jooq-user/eYzJVGYxlxM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to jooq-user+...@googlegroups.com.