Download the Example and PPT from
http://java9s.com/spring-framework/sp...
This spring Jdbc video tutorial explains about the NamedParameterJdbcTemplate, SimpleJdbcTemplate,JdbcDaoSupport, NamedParameterJdbcDaoSupport classes. It explains about how the NamedParameterJdbcTemplate works with Parameter based sql statements. It removes the Jargon of the using the index based sql statements in JDBC Api. This tutorial explains about the RowMapper which is used to iterate through the result set. I have demonstrated the NamedParameterJdbcTemplate with an example.