Re: Collection prefetching patch

2004-02-04 Thread Larry V. Streepy, Jr.
I disagree that this is a proper decision in all cases. There are semantic reasons why one would want an empty collection versus a null instance. If this change is going to be made, the behavior should be controlled by an attribute of the collection descriptor. Thanks. Larry. Guillaume Nodet w

RE: Collection prefetching patch

2004-02-04 Thread Guillaume Nodet
I submit another patch that corrects my problem: In AbstractPersistentField, lines 321 -> 328 replace the code String name = fieldName.substring(0, index); PersistentField pField = createInternPersistentField(realClass, name); Object attrib = pField.get(realOb