Hi Simone,

2014-03-30 22:41 GMT+02:00 Simone Giacomelli <[email protected]>:

> I see. Well, for some of those use-cases, Converters might be a better
>> choice. E.g. for (1=gennaio, etc.) why not create an enum or something like
>> that and have jOOQ auto-convert values to those enums?
>>
>
> To use auto-converters do I need to use xml configuration?
>

You can always use programmatic configuration instead of XML, if you prefer:
http://www.jooq.org/doc/latest/manual/code-generation/codegen-programmatic/

The XSD file is used to generate programmatic configuration POJOs using
XJC, so there's a 1:1 mapping between XML and POJOs:
http://www.jooq.org/xsd/jooq-codegen-3.3.0.xsd

Hope this helps,
Lukas

-- 
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