Here's what I've reviewed (so far):

Baeldung on Java

  • All
  • Testing (4)
  • Java (4)
  • Spring Boot (3)
  • Security (2)
  • JVM (2)
  • Data (2)
  • Architecture (2)
  • Spring WebFlux (1)
  • Spring MVC (1)
  • Spring Data (1)
  • Spring Cloud (1)
  • Spring (1)
  • Reactive (1)
  • Java Numbers (1)
  • Java Map (1)
  • Java List (1)
  • Java Concurrency (1)
  • Java Array (1)
  • Algorithms (1)

How to Implement a Soft Delete with Spring JPA

Physically deleting data from a table is usual when interacting with databases. But sometimes there are business requirements to not permanently delete data from the database.

In this tutorial, we’ll learn about soft delete and how to implement this technique with Spring JPA.

 

Read More →