Skip to content

3.4 Summary

  • Spring’s JdbcTemplate greatly simplifies working with JDBC.
  • PreparedStatementCreator and KeyHolder can be used together when you need to know the value of a database-generated ID.
  • Spring Data JDBC and Spring Data JPA make working with relational data as easy as writing a repository interface.

Released under the MIT License.