agentgt / jirm

A Java Immutable object Relational Mapper focused on simplicity, convenience, and thread safety.
Apache License 2.0
66 stars 10 forks source link

Investigate ModelMapper as an alternative to Jackson #19

Open agentgt opened 11 years ago

agentgt commented 11 years ago

Currently JIRM uses Jackson to Map objects to and from ResultSets. This allows JIRM to handle @ManyToOne joins for composite objects.

Model mapper might be an interesting alternative. http://modelmapper.org/