Hello, There are two steps:
1. Use several <inputSchema> elements to specify what schemas you're interested in 2. If you want to include *specific* parts of each schema, remember that <includes/> just uses a regular expression, i.e. you should put something like <includes>public.*|foo.*</includes> there. The regular expression matches either the qualified or unqualified object name. For 1) see also the <schemata> element in this manual page: http://www.jooq.org/doc/latest/manual/code-generation/codegen-advanced Hope this helps, Lukas 2016-11-13 15:21 GMT+01:00 <[email protected]>: > How can I generate classes for multiple schemata with JOOQ? > > ... > <includes>public.*</includes> > ... > > How can I set another schema i.e. foo.*? > > -- > 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.
