This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: EJB3 Soft Deletebarnaby33 Sep 7, 2006 12:25 PM (in response to mjrother)You can either funnel all of your queries/find operations through a central controller which filters for these "deleted items" or you could construct the controller to always add a parameter to your queries to not return said items. 
 Another option is to use triggers to move those rows to a history table.
 
    