Dear jOOQ users,

I have recently been made aware of this library, which seems to have
gotten a bit of traction recently. ModelMapper:
http://modelmapper.org/

It features a couple of pre-configured mapping strategies, similar to
jOOQ's POJO mapping. However, this library seems to have added support
for OneToOne and OneToMany relations, which has come up on this user
group every now and then.

This library could be leveraged through the many uses of jOOQ's
RecordMapper interface, as in:

- ResultQuery.fetch(RecordMapper)
- Result.map(RecordMapper)
- Record.map(RecordMapper)

See also:
http://www.jooq.org/javadoc/latest/org/jooq/class-use/RecordMapper.html

Feedback, integration suggestions, contributions, links to alternative
libraries are very welcome. I will eventually add a relevant section
about this to the manual:
https://github.com/jOOQ/jOOQ/issues/2313

Feel free to participate also in this thread, here:
https://groups.google.com/d/topic/modelmapper/TYpnSzS-0EY/discussion

Cheers
Lukas

-- 
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