Deleting a Bean

Is it posible make 2 kinds of removevia parameters in a ejb.For example:instead -> ejb.remove();ejb.remove(param1);The purpose is to have 2 removes actions in the same entity bean, remove_set_null and remove_cascade forinstance.
[294 byte] By [flaviolopez] at [2007-9-26 5:42:53]
# 1
Why don't you try it and let us know how it works out. I have created several different ejbCreate methods successfully.
dubwai at 2007-7-1 14:00:36 > top of Java-index,Other Topics,Patterns & OO Design...