Hi Fedor,

Thank you very much for your feedback. I'm glad to hear that you've found a
good replacement for Hibernate in your project.

jOOQ's code generator doesn't allow you to easily override it at such a
level. I suspect the easiest way forward would be to simple override
JavaGenerator.generatePojo(TableDefinition, JavaWriter) and roll your own
from scratch.

I hope this helps,
Lukas

2016-10-26 20:15 GMT+02:00 Fedor <[email protected]>:

> Hi, Lucas! Thanks for awesome tool!
> Currently i use liquibase, hibernate, hibernate reverse engineering tool
> for workflow. After creating changeset in liquibase i run reverse tools,
> than do manual mapping from these pojos to domain objects, which is written
> manually. Basicaly, all of this can be replaced with jooq since i generate
> database schema first. One issue is that for my domain objects i'am using
> lombok project for all getter, setter, constructor, to string, etc stuff.
> This gives really "clear" domain objects that nice for use.
> Is it possible to tell jooq codegen to add custom annotation to generated
> classes and not generate getter, setter but to use lombok for that? Thanks.
>
> --
> 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