Spring’s JdbcTemplate provides data access using JDBC for relational databases. It is an option for applications where using an ORM with its nuances/complexities may not be a good fit.

JdbcTemplate abstracts away a lot of the JDBC low-level code, but remains verbose. When going the JdbcTemplate route, generally developers implement an abstraction layer to minimize the verbosity. 

Leave a Reply

Your email address will not be published. Required fields are marked *