dimanche 8 mars 2015

spring JPA - delete by marking the entry

I would like to know if Spring or JPA has something implemented to take care of this problem.


In Entity Framework there is something similar with this.


When I want to delete an object, I don't want to remove it from the database. Instead I want to mark it as deleted by using a datetime field.


Aucun commentaire:

Enregistrer un commentaire