I have two classes (Parent, Child) that have a many-to-many relationship that only one
end (Parent) knows about. My problem is that when I delete a "relation unaware" object (Child), the record in the many-to-many table is left.
I want the relationship to be removed regardless of which
end of it is deleted. How can I do that with Fluent
…