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.

Reply via email to