// columns labels from FieldResults in the order we encounter them here...
// TODO: andrus 2008/02/17 - this is a bit of a hack, think of a better solution
ClassDescriptor descriptor = context.getEntityDescriptor(idVar);
PropertyVisitor visitor = new PropertyVisitor() {
public boolean visitAttribute(AttributeProperty property) {
ObjAttribute oa = property.getAttribute();
Iterator<?> dbPathIterator = oa.getDbPathIterator();