Hello,
We have a flag in the code generator that is truned on by default:
http://www.jooq.org/doc/3.5/manual/code-generation/codegen-advanced/
<!-- Generate jOOU data types for your unsigned data types, which are
not natively supported in Java.
Defaults to true -->
<unsignedTypes>true</unsignedTypes>
That's probably going to help in your case.
Note that you can always rewrite columns and/or types to any other type in
the code generator as well:
http://www.jooq.org/doc/3.5/manual/code-generation/data-type-rewrites/
Best Regards,
Lukas
2014-12-18 10:28 GMT+01:00 gantners <[email protected]>:
>
> Hi, is there a way to configure jooq to use java types instead of jooqs
> own unsigned types? Reason: My pojos are good old Integers and if i map
> them from records to the pojo
> i need either a converter or an extra call like UInteger.intValue();
>
> --
> 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.
>
--
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.