实体类的字段列表怎么得到
dao.getEntity(User.class).getMappingFields();
这个信息是从表中得到,还是实体类中得到的,因为实体类和物理表的字段个数不一定一样
@ecoolper 实体,数据库表的话, 只能自己去select * from xxx where 1 != 1 读取一下了