I worked on both row mapper and resultset extractor call back interfaces.I found difference i.e.,
1.Row mapper can be processing per row basis.But Resultset extracto
RowMapper: To process one record of ResultSet at a time.
RowMapper
ResultSetExtractor: To process multiple records of ResultSet at a time.
ResultSetExtractor