Yes of course, thanks for the correction

On Sat, Dec 29, 2018 at 8:30 PM Max Kremer <mkre...@trialfire.com> wrote:

> Hi
>
> Correction.
>
> .fetchInto(r -> r.into(new MyRow(helper)));
> vs
> .fetchInto(MyRow.class);
>
>
> The RowMapper example above should read
>
> .fetch(r -> r.into(new MyRow(helper)));
>
>
>
>>> --
> 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 jooq-user+unsubscr...@googlegroups.com.
> 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 jooq-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to