I found the problem! The column names were indeed not lowercase although I specified it that way. Apparently, the h2 default settings set column names to uppercase. Is there a way to let JOOQ know to handle the conversion case-insensitive?
On Friday, April 11, 2014 11:42:58 PM UTC+8, Lukas Eder wrote: > > Hi Jonas, > > Just checking: You're using lower-case column names in your @Column > annotations. Do they match the generated Fields' names? > > Cheers > Lukas > > > 2014-04-11 17:33 GMT+02:00 Jonas <[email protected] <javascript:>>: > >> Apparently, it is also not working the other way round. >> The fetched SecurityRolesRecord is filled however I can't map it into my >> SecurityRole class like this: >> "record.into(SecurityRole.class);" >> >> Do I miss something essential here? >> >> Thanks a lot for helping me out with this. >> >> Warm regards, >> Jonas >> >> -- >> 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] <javascript:>. >> 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.
