Hello,

You cannot replace the constructors that are generated by default, but you
can add additional constructors by extending the JavaGenerator class.
You want to be looking for "custom code sections" in the manual:
http://www.jooq.org/doc/latest/manual/code-generation/codegen-custom-code

The GeneratorStrategy is only there for defining the names of the various
objects, e.g. classes, methods, fields, etc.

Hope this helps,
Lukas

2015-02-05 9:48 GMT+01:00 Dmitry Krivenko <[email protected]>:

> Or there is only one way - to implement my own generator strategy
> by  extending the DefaultGeneratorStrategy?
>
> --
> 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.

Reply via email to