From what I've seen so far, everytime one creates a RowMapper class to pass to a JdbcTemplate, the implemented mapRow method creates a new object with which to fill from the resultset. Is it possible though, to use an existing object, which may have some data already? Maybe pass it to the inner RowMapper class?
Thanks


Reply With Quote