Hello, There's a pending feature request for this: https://github.com/jOOQ/jOOQ/issues/3482
Before that's implemented, as a workaround, you can implement your own org.jooq.util.Database which delegates to your actual database (e.g. org.jooq.util.postgres.PostgresDatabase) but which omits all the objects that you don't want generated. You can then reference that database from your code generator configuration. Hope this helps, Lukas 2014-09-03 14:10 GMT+02:00 <[email protected]>: > Hi, > Is there a way using jOOQ generator to force it to generate only > routines(stored procedures) and views and to ignore all tables? > Thanks in advance. > > -- > 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.
