Hi Jake, Thanks for your enquiry. If by "unmapped entities", you mean tables that were not included by the code generator, then yes that's supported. jOOQ supports creating your own tables / fields by name: http://www.jooq.org/doc/latest/manual/sql-building/names
... and if you want a short-cut, you might even consider using "plain SQL" http://www.jooq.org/doc/latest/manual/sql-building/plain-sql Another example is given in the tutorial, for instance: http://www.jooq.org/doc/latest/manual/getting-started/use-cases/jooq-as-a-standalone-sql-builder I hope this helps. Let me know if you have any additional questions about how to work with dynamic SQL. Lukas 2016-02-18 23:02 GMT+01:00 Jake Cooper <[email protected]>: > I'm considering JOOQ, one thing I was curious about is, does the API and > the generated MetaModel allow for doing joins on unmapped entities? > > -- > 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.
