This tutorial series focuses on doing Persistence with Spring – illustrating examples with Hibernate, JPA and Spring Data.
本系列教程的重点是用Spring做持久性–以Hibernate、JPA和Spring Data为例进行说明。
Spring and JPA/Hibernate
Spring和JPA/Hibernate
-
Hibernate 5 with Spring -
Configuring a DataSource Programmatically in Spring Boot -
Transactions with Spring and JPA (popular) -
Transaction Propagation and Isolation in Spring @Transactional (popular) -
Programmatic Transaction Management in Spring -
JPA/Hibernate Persistence Context -
The DAO with Spring and Hibernate -
The DAO with JPA and Spring -
Simplify the DAO with Spring and Java Generics -
Show Hibernate/JPA SQL Statements from Spring Boot -
Quick Guide on Loading Initial Data with Spring Boot
Spring Data JPA
Spring数据JPA
-
JPA with Spring Setup -
Introduction to Spring Data JPA (popular) -
Spring Data JPA @Query (popular) -
Spring Data JPA @Modifying Annotation -
Spring Data – CrudRepository save() Method -
Derived Query Methods in Spring Data JPA Repositories (popular) -
Spring Data JPA Delete and Relationships -
Spring Data JPA and Null Parameters -
Spring Boot With H2 Database (popular) -
Disable Spring Data Auto Configuration -
@DynamicUpdate with Spring Data JPA -
LIKE Queries in Spring JPA Repositories -
Query Entities by Dates and Times with Spring Data JPA -
Limiting Query Results with JPA and Spring Data JPA -
Pagination and Sorting using Spring Data JPA (popular) -
Sorting Query Results with Spring Data -
Calling Stored Procedures from Spring Data JPA Repositories -
Auditing with JPA, Hibernate, and Spring Data JPA -
Performance Difference Between save() and saveAll() in Spring Data -
How to Implement a Soft Delete with Spring JPA -
Returning an Auto-Generated Id with JPA
Other Spring Persistence Technologies
其他Spring持久性技术
-
Use Liquibase to Safely Evolve Your Database Schema -
Introduction to Liquibase Rollback -
Database Migrations with Flyway -
DynamoDB in a Spring Boot Application Using Spring Data -
MyBatis with Spring -
Working with Kotlin and JPA -
Spring JDBC (popular) -
Using a List of Values in a JdbcTemplate IN Clause -
Introduction to Spring Data REST -
Introduction to Spring Data JDBC
Spring Data MongoDB
Spring数据 MongoDB
-
Introduction to Spring Data MongoDB -
A Guide to Queries in Spring Data MongoDB -
Spring Data MongoDB – Indexes, Annotations and Converters -
Custom Cascading in Spring Data MongoDB -
Spring Data Reactive Repositories with MongoDB -
Spring Boot Integration Testing with Embedded MongoDB -
Spring Data MongoDB Transactions
Other Spring Tutorials
其他Spring教程
-
The REST with Spring Tutorial
How to build REST Services with Spring -
Spring Exceptions Tutorial
Some of the most common exceptions in Spring with examples – why they occur and how to solve them quickly -
Security with Spring
How to Secure an MVC project, Login and Logout, how to Secure a REST Service using OAuth.