Re: Cascade delete when no relationship: how?
Re: Cascade delete when no relationship: how?
- Subject: Re: Cascade delete when no relationship: how?
- From: Kieran Kelleher <email@hidden>
- Date: Fri, 21 Mar 2014 12:55:14 -0400
er.extensions.eof.ERXUnmodeledToManyRelationship<S, D> might meet your needs here. In your B.mightDelete() (not willDelete()) you can call ERXUnmodeledToManyRelationship.deleteAllObjectsRelationships().
On Mar 19, 2014, at 3:30 PM, Jean Pierre Malrieu <email@hidden> wrote:
> Hi,
>
> Suppose I have a mandatory to-one relationship from A to B. Suppose there is no inverse relationship (many A's can be related to the same B, so I don't want many As to be faulted when I fetch a B).
> What if the smarter way to ensure that A is deleted when I delete it's B? (assuming it is the correct behavior for me).
>
> TIA
>
> JPM
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden