Commit 6c510ecaf4c2c179637c719d02de802abfcfca14
1 parent
ef52ab73
JeecgBoot 2.0.2版本发布
Showing
1 changed file
with
0 additions
and
25 deletions
jeecg-boot/jeecg-boot-module-system/src/main/java/com/baomidou/mybatisplus/extension/handlers/MybatisMapWrapper.java deleted
1 | -//package com.baomidou.mybatisplus.extension.handlers; | |
2 | -// | |
3 | -////import com.baomidou.mybatisplus.core.toolkit.StringUtils; | |
4 | -//import org.apache.ibatis.reflection.MetaObject; | |
5 | -//import org.apache.ibatis.reflection.wrapper.MapWrapper; | |
6 | -// | |
7 | -//import java.util.Map; | |
8 | -// | |
9 | -///** | |
10 | -// * 返回Map结果集,下划线转驼峰(去掉) | |
11 | -// */ | |
12 | -//public class MybatisMapWrapper extends MapWrapper { | |
13 | -// | |
14 | -// public MybatisMapWrapper(MetaObject metaObject, Map<String, Object> map) { | |
15 | -// super(metaObject, map); | |
16 | -// } | |
17 | -// | |
18 | -// @Override | |
19 | -// public String findProperty(String name, boolean useCamelCaseMapping) { | |
20 | -//// if (useCamelCaseMapping && !StringUtils.isCamel(name)) { | |
21 | -//// return StringUtils.underlineToCamel(name); | |
22 | -//// } | |
23 | -// return name; | |
24 | -// } | |
25 | -//} | |
26 | 0 | \ No newline at end of file |