DELETE « Schema « JPA Q&A





2. virtually delete a record across the schema using hibernate    forum.hibernate.org

Hi All, I am trying to implement a virtual delete of records across all the tables in the schema using hibernate. To elaborate, there is never a physical delete in the table, its just a flag thats updated. Is there some configuration supported by hibernate to support this? Your suggestions and answers are highly appreciated. Thanks Ashima