NamedParameterJdbcTemplate is remaining and should be used for named parameter use. If you don't want to create two templates you can always call getJdbcOperations() on the NamedParameterJdbcTemplate to get access to the regular JdbcOperations interface of the JdbcTemplate.
good job done kaushik
zishanali707 1 week ago
Hi Koushks,
Small update:
SimpleJdbcTemplate is deprecated in Spring 3.1
NamedParameterJdbcTemplate is remaining and should be used for named parameter use. If you don't want to create two templates you can always call getJdbcOperations() on the NamedParameterJdbcTemplate to get access to the regular JdbcOperations interface of the JdbcTemplate.
ligrab 3 months ago 2
Best tutorials online.
mukultripathi 3 months ago
You're Awesome, i followed all your tutorials
JYStory 3 months ago
thanks once more for this
mikesca1980 3 months ago