[Hibernate] Logical Delete with cascade

2009-04-29 Thread Emanuel Grohs
Hi all, my name is Emanuel, i'm from Brazil and working with a large project using Hibernate, a great software. I just wondering if there is a way to implement Logical Delete with cascade in it easy. Any help will be appreciated, i need it quick for the project. Many thanks ---

[Hibernate] logical delete with cascade

2004-12-10 Thread niharika mateti
Hi, Did anyone get logical delete with cascade to work using hibernate. Instead of physically deleting the records when a delete is made, a column in the record should be set to false. The database schema has parent-child relationships. So if a parent is deleted, not only the record of the parent