JdbcTemplate
JdbcTemplate provides simple way to execute SQL queries.
It prevents your code from SQL injection. You can also provide mappers that will map result set to your domain classes.
Last updated
Was this helpful?
JdbcTemplate provides simple way to execute SQL queries.
It prevents your code from SQL injection. You can also provide mappers that will map result set to your domain classes.
Last updated
Was this helpful?