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

Baeldung

  • All
  • Testing (4)
  • Java (4)
  • Spring (3)
  • Spring Boot (2)
  • Security (2)
  • JVM (2)
  • Data (2)
  • Architecture (2)
  • Spring MVC (1)
  • Spring Data (1)
  • Spring Cloud (1)
  • Reactive (1)
  • Java Numbers (1)
  • Java Map (1)
  • Java Concurrency (1)
  • Java Collections (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 →