789790791792793794795796797798
); pushToStack( (ExpandingFetchSource) fetch ); } else { // Collection CollectionFetch fetch = currentSource.buildCollectionFetch( attributeDefinition, fetchStrategy, this ); pushToCollectionStack( fetch ); } return true; }