Hi Peter,

> Is there a simple way to add a prefix to all generated classes, e.g. a
> capital 'J' so table "application" will be mapped to "JApplication.java"?

The GeneratorStrategy is documented in the manual:
http://www.jooq.org/doc/2.6/manual/code-generation/codegen-advanced/

It shows how to inject a custom naming strategy in order to achieve
what you're trying to do

Reply via email to