Re: Debugging EO design smells

2010-05-27 Thread Chuck Hill
On May 27, 2010, at 12:38 AM, Frédéric JECKER wrote: Hi, I'm working on a 10yo woapp that started recently to behave strangely when deleting records : the saveChanges() methods triggered a complete refresh on some huge tables. After searching a while we found that this was caused by to-man

Debugging EO design smells

2010-05-27 Thread Frédéric JECKER
Hi, I'm working on a 10yo woapp that started recently to behave strangely when deleting records : the saveChanges() methods triggered a complete refresh on some huge tables. After searching a while we found that this was caused by to-many relationships which had inverse relationships. We deleted