if (!useCache)
UtilXml.addChildElement(entityConditionElement, "use-iterator", ownerDoc);
this.listName = UtilFormatOut.checkEmpty(entityConditionElement.getAttribute("list-name"), "_LIST_ITERATOR_");
entityConditionElement.setAttribute( "list-name", this.listName);
finder = new ByConditionFinder(entityConditionElement);
}