Hello,

I have a table with a column named "passwordEncrypted" (case sensitive and 
camel cased).

I'd like Jooq to generate the Pojo with :

- *setPasswordEncrypted()*
- *getPasswordEncrypted()*

instead of 

- *setPasswordencrypted()*
- *getPasswordencrypted()*

Do I have to specify my own GeneratorStrategy ( 
http://www.jooq.org/doc/3.1/manual/code-generation/codegen-advanced/ ) or 
is there a built-in option for that?

Thanks in advance!


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