Thanks for your message. You can attach custom data type converters or bindings to your generated code, see:
- https://www.jooq.org/doc/latest/manual/code-generation/custom-data-types/ - https://www.jooq.org/doc/latest/manual/code-generation/custom-data-type-bindings/ A converter should suffice in this case, assuming your SQL type is NUMERIC or DECIMAL I hope this helps, Lukas On Thu, Mar 10, 2022 at 6:14 AM Hantsy Bai <[email protected]> wrote: > Hi, I have a project which includes some financial data, so I would like > to the JavaMoney API[1] to simplify the work. > > The Java Money RI sister project[2] includes a series integration of Java > EE/Jakarta EE components, including JPA converters. > > How to create similar solution in the combination usingJooq and R2dbc? > > [1]- https://javamoney.github.io/ > [2]- https://github.com/JavaMoney/javamoney-midas > > > > -- > 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]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jooq-user/e0086e03-286c-481d-a57b-b5bace5bbc91n%40googlegroups.com > <https://groups.google.com/d/msgid/jooq-user/e0086e03-286c-481d-a57b-b5bace5bbc91n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jooq-user/CAB4ELO7v6E3GXCPZpCahZKiaBv7rcB63Lc2dLg7f3r9fDk1dFg%40mail.gmail.com.
