On Aug 17, 2006, at 5:12 PM, Andrus Adamchik wrote:

Good point. Looks like we will need to change 'resolvePathComponents' iterator meaning to return a sequence of wrapper objects that have both relationship/attribute and the join semantics:

class PathComponent {
  protected Object metadataObject;
  protected (?) joinSematics;
}

Or rather instead of "change semantics" create another iterator method with a different name - don't want to break the existing apps.

Andrus

Reply via email to