This tutorial series focuses on doing Persistence with Spring – illustrating examples with Hibernate, JPA and Spring Data.

Pre-requisites
-
学习JPA和Hibernate (热门) (系列)

Spring and JDBC

Spring and JPA Transactions
-
Spring JPA事务 (热门)
-
Spring @Transactional 的事务传播和隔离级别 (热门)
-
Spring 手动事务管理实现 (热门)
-
使用事务处理只读操作 (热门)
-
在Spring Data JPA中启用事务锁 (热门)

Spring Data JPA
-
Spring Data JPA简介 (热门)
-
Spring Data Repositories 的比较 (热门)
-
Spring Data JPA @Query注解 (热门)
-
Derived Query Methods in Spring Data JPA Repositories (热门)
-
使用Spring Data JPA分页和排序 (热门)
-
Spring Data JPA 调用存储过程 (热门)
-
Spring JPA - 多个数据库 (热门)
-
Spring Boot中显示Hibernate/JPA SQL语句 (热门)
-
Spring Boot以编程方式配置数据源 (热门)
-
Spring Boot数据初始化 (热门)
-
在Spring Boot中配置和使用多个数据源 (热门)

Spring Data Integrations

Other Spring Tutorials
-
Spring与REST教程 (热门) (系列) How to build REST Services with Spring
-
Spring Exception异常系列教程 (系列) Some of the most common exceptions in Spring with examples – why they occur and how to solve them quickly
-
Spring Security 教程 (热门) (系列) How to Secure an MVC project, Login and Logout, how to Secure a REST Service using OAuth.