1. Update database schema without delete remaining data forum.hibernate.org |
2. virtually delete a record across the schema using hibernate forum.hibernate.orgHi 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 |