final PropertyDescriptor[] childProps = super.propertyDescriptors(child);
final int[] childColumnToProperty = super.mapColumnsToProperties(rmeta, childProps);
do {
IsParent currentParent = this.getParent(rs, parent, parentProps, parentColumnToProperty, cols, rmeta);
currentParent.addChild(this.getChild(rs, child, childProps, childColumnToProperty, cols, rmeta));
}
while (rs.next());
Iterator iterator = hashParent.values().iterator();