I have a persistent class (GetOrgUpdatesResponse) that has a property which is a list of another persistent class (Organization).
What would be the best way to cascade deletes so that on deletion of a parent row each object in the list property is then also deleted?
I have included a sample of my classes here for clarity
ClassExtends%PersistentAsWhere Organization is defined as the following class
As
.png)


(1).png)

.jpg)
.png)
.png)


