3.4 Summary
- Spring’s
JdbcTemplategreatly simplifies working with JDBC. PreparedStatementCreatorandKeyHoldercan 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.
