Hello! I've discovered that when my DB field has name *some_name* than my setter *setSomeName(...)* will be invoked for mapping, but when I give my selected field the *someName* alias than the respective bean property will be set without touching the mentioned setter even if its backed field has private access modifier. But javadocs for DefaultRecordMapper states that only public fields will be respected:
- Public non-final instance member field MY_field - Public non-final instance member field myField What do I miss? -- 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.
