[jboss-user] [EJB 3.0] - Re: EJB3 Soft Delete
barnaby33
do-not-reply at jboss.com
Thu Sep 7 12:25:11 EDT 2006
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#3970133
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970133
More information about the jboss-user
mailing list