| 方法和说明 |
|---|
| com.gitee.fastmybatis.core.mapper.SchMapper.listMap(List<String>, Query) |
| com.gitee.fastmybatis.core.util.ClassUtil.mapListToObjList(List<Map<String, Object>>, Class<T>)
使用MyBeanUtil.mapListToObjList(list, pojoClass);
|
| com.gitee.fastmybatis.core.util.ClassUtil.mapToPojo(Map<String, Object>, Class<T>)
使用MyBeanUtil.mapToPojo(map, pojoClass);
|
| com.gitee.fastmybatis.core.mapper.SchMapper.pageMap(List<String>, Query) |
| com.gitee.fastmybatis.core.util.ClassUtil.pojoToMap(Object)
使用MyBeanUtil.pojoToMap(pojo)
|
| com.gitee.fastmybatis.core.query.Query.sql(String) |
Copyright © 2021. All Rights Reserved.