October 2017
Intermediate to advanced
396 pages
10h 2m
English
Spring provides three callback interfaces for JDBC as follows:
public interface RowMapper<T> {
T mapRow(ResultSet rs, int rowNum)
throws SQLException;
}
Read now
Unlock full access