jirm icon indicating copy to clipboard operation
jirm copied to clipboard

Investigate ModelMapper as an alternative to Jackson

Open agentgt opened this issue 11 years ago • 0 comments

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/

agentgt avatar Mar 14 '13 22:03 agentgt