Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JOOQ - Is it possible to generate code for specific columns in table? [closed]

Tags:

java

jooq

Is it possible to generate code for specific columns in table ?

like image 636
droops Avatar asked Jan 24 '26 13:01

droops


1 Answers

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/

like image 131
Lukas Eder Avatar answered Jan 26 '26 03:01

Lukas Eder



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!