appendColumn(columns, null, src, attributes, null);
}
}
};
descriptor.visitAllProperties(visitor);
// add remaining needed attrs from DbEntity
DbEntity table = getRootDbEntity();
for (final DbAttribute dba : table.getPrimaryKeys()) {
appendColumn(columns, null, dba, attributes, null);