Hi Lukas, I found another way, which seems to me pretty easy to add:
http://www.jooq.org/doc/3.8/manual/code-generation/codegen-custom-code/ However, I didn't find how to use the extended class? The codegen is called on the cmd-prompt with java -classpath... org.jooq.util.GenerationTool /config.xml If I add my created .jar (which contains the extended class ExtendedJooqGenerator (which extends the JavaGenerator) is is still not used. :) So there has to be some glue? Sepp -- 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.
