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.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970133#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...