Hi,

Considere three beans A, B and C. (B and C are two instance of the same kind)
B and C knows A but A does not know B or C (unidirectionnal relationship from B/C to A)
When A is deleted, B and C should be deleted too *but* when B or C are deleted, A shouldn't be deleted.


In the relationship declaration inside B/C, should I put cascade-delete=true or target-cascade-delete=true ?

thanks,
ionel



-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to