This tutorial series focuses on doing Persistence with Spring – illustrating examples with Hibernate, JPA and Spring Data.
Pre-requisites
- 学习JPA和Hibernate (热门) (Series)
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
- Spring Data MongoDB 教程 (Series)
- Spring Data Redis简介 (热门)
- Spring Data Elasticsearch入门介绍 (热门)
- Spring Data REST入门介绍
- Spring Boot中集成DynamoDB的快速指南 (热门)
- Spring与MyBatis集成
- 使用Flyway进行数据库迁移 (热门)
- 使用Liquibase安全地演化您的数据库模式 (热门)
- 所有Spring Data指南 (Series)
Other Spring Tutorials
- Spring与REST教程 (热门) (Series) How to build REST Services with Spring
- Spring Exception异常系列教程 (Series) Some of the most common exceptions in Spring with examples – why they occur and how to solve them quickly
- Spring Security 教程 (热门) (Series) How to Secure an MVC project, Login and Logout, how to Secure a REST Service using OAuth.