List<FieldQuery> afters = new ArrayList<FieldQuery>(5);
for (Field field : fields) {
if(field.getAnnotation(NotColumn.class)!=null){
continue;
}
Link link = evalLink(db, conn, mirror, field);
if (null != link) {
entity.addLinks(link);
}else{
EntityField ef = new EntityField(entity, field);
//生成属性对象