How can I map a resultset from a few tables into a complex object? let me elaborate:
Lets say I have these 2 classes:
public class User { private int
When using jdbcTemplate of springframework, to implement the RowMapper interface is a good way.