On Oct 3, 2005, at 5:32 PM, Cris Daniluk wrote:
>> Hmm... I haven't looked at the case of flattened relationships
>> overlapping with regular ObjRelationship. Maybe we should generally
>> treat them as cover methods without any DB magic? Otherwise you'd
>> have your object graph easily messed up (I had such bad experience
>> with EOF).
>>
>
> Not following what you mean when you say cover methods..
Here is an example:
Collection getCities() {
return getHouse().getCities();
}
Andrus
This archive was generated by hypermail 2.0.0 : Mon Oct 03 2005 - 17:41:14 EDT