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.