Is it possible to generate code for specific columns in table ?
Yes, this feature has been added to jOOQ 3.2. You can now specify whether your code generator's <include/> and <exclude/> elements should also match columns by adding the following flag:
<!-- This flag indicates whether include / exclude patterns should also match
columns within tables. -->
<includeExcludeColumns>true</includeExcludeColumns>
For more info, see:
http://www.jooq.org/doc/3.2/manual/code-generation/codegen-advanced/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With