Just a very simple request. I haven't looked thoroughly, but Record.from 
seems to return void. If it returned itself then it would eliminate a 
couple of lines of code here and there for me.

eg.

myMethod(new MyRecord().from(pojo));

I know it's only really minor, and it's an expensive operation, and I 
should probably be doing it in another way lots of the time, and I don't 
usually like doing inline new or passing method results to methods inline, 
but it would make the odd bit of a code a bit more compact :)

Thanks!

-- 
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/groups/opt_out.

Reply via email to