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 仓库接口对比分析 (热门)
-
Spring Data JPA @Query注解 (热门)
-
Spring Data JPA 中的派生查询方法 (热门)
-
Spring Data JPA 实现分页与排序 (热门)
-
从 Spring Data JPA 仓库调用存储过程 (热门)
-
Spring Data JPA 多数据源配置 (热门)
-
在Spring Boot中显示Hibernate/JPA SQL语句 (热门)
-
Spring Boot 中以编程方式配置 DataSource (热门)
-
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.