Dear JOOQ Group, i'm looking for the best Solution to combine JOOQ and fxForm2.
Right now i'm using jooq generated pojo classes as "model bean". It work's with limitations due to null variables etc. So my Questions: Is it possible to generate BeanProperties instead of e.x. a normal String with the Jooq Generator? Is it possible to initialise variables automatically e.x. Boolean = False, Int = 0 ... For some variables annotation are needed (e.x. @FormAdapter( BigDecimalAdapter.class)) is it possible to do this automatically - maybe a regex - by the Generator? Thank you very much for your answers. Regards, J. -- 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.
