I am creating one actor object and storing that actor object inside databases and what ever object i am creating it is also populated on drop down list , Now my requirement is that I want to delete this actor object but it should delete temporary from database means deletion operation should perform but original object reference should still remain in databases so in future i can retrieve those data, but once You delete the object it should not available in drop-down list .
Finally I want to Tell Can Any One Provide Java Code To Perform Soft-Deletion of Data, so that i can take some help