> For the complete documentation index, see [llms.txt](https://potoyang.gitbook.io/spring-in-action-v5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://potoyang.gitbook.io/spring-in-action-v5/di-3-zhang-chu-li-shu-ju/3.3-xiao-jie.md).

# 3.3 小结

* JdbcTemplate 大大简化了 JDBC 的工作。
* 当需要知道数据库生成的 id 时，可以同时使用 PreparedStatementCreator 和 KeyHolder。
* 为了方便执行数据插入，使用 SimpleJdbcInsert。
* Spring Data JPA 使得 JPA 持久化就像编写存储库接口一样简单。
