Hi, I want to include equals and hashcode in some of my generated jooq pojos for easier Vaadin UI integration. First, I didn't found anything to archieve this and therefor manually extend the pojos from the jooq generated ones and implements equals/hashcode by myself. But this is tedious 😀 and I was curious about any other solution to let jooq generate those methods. I take a look at org.jooq.codegen.JavaGenerator and org.jooq.meta.jaxb.Generate and found *pojosEqualsAndHashCode *which did the job. Now my question: it is possible to include *all* those generator options in the official docs ? There are only a few of them.
Kind regards Dominik -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jooq-user/a1655838-c244-4b0e-b175-1935a61c87cdn%40googlegroups.com.
