How to Implement Soft Delete with JPA and Hibernate
In our previous tutorial, we added an extra column to an intermediary join table. In this tutorial, we are gonna implement soft delete functionality for the entities having many-to-many association…