I see thanks for the clarification.

Unlike JPA, in jOOQ, you do not really depend on any formally declared
mapping. All you do is write ad-hoc queries as you would do in SQL. So, you
can express joins that you haven't "formally declared" in your meta model
(even the SQL primary key / foreign key relationship isn't needed for this).

If in doubt, think about it this way: Everything you can do in SQL, you can
also do with jOOQ.

Does this help?
Best Regards,
Lukas

2016-02-19 19:43 GMT+01:00 <[email protected]>:

> Hey Lukas that's interesting. I'll look closer at the links you provided.
>>
>
> But I misspoke. I have a couple of JPA Entities that I want to perform a
> join on but the entities aren't mapped to each other. Can you still do that
> via JOOQ using the Static MetaModel?
>
> --
> 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.

Reply via email to