Hello,

Yes this is possible with jOOQ 3.2. For completeness' sake, here's the
answer I have given on Stack Overflow (
http://stackoverflow.com/a/19310922/521799):

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/


2013/10/10 <[email protected]>

> i wish to exclude most of the columns from autogenerated crud records and
> do not use them at all
>
>
> On Thursday, October 10, 2013 6:55:07 PM UTC+2, [email protected] wrote:
>>
>> Is it possible to generate code for specific columns in table ?
>>
>  --
> 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/groups/opt_out.
>

-- 
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/groups/opt_out.

Reply via email to