hubin
|
f0d0f12d55
|
fix github issues/3768
|
2021-08-20 01:56:02 +08:00 |
|
hubin
|
edff5b9de2
|
fix gitee issues/I3UQH5 修复注解@OrderBy,使用limit 异常
|
2021-08-19 05:53:06 +08:00 |
|
hubin
|
2ccfa661eb
|
fix gitee issues/I3Z2RG SQL 注入判断优化处理
|
2021-08-15 01:27:29 +08:00 |
|
hubin
|
f63065270c
|
fix github issues/3652
|
2021-08-14 13:05:33 +08:00 |
|
hubin
|
b988866c3d
|
fix github issues/2931 解决结果集大于 Integer 异常问题
|
2021-08-14 12:38:42 +08:00 |
|
119431682@qq.com
|
0452878559
|
feat: rich wrapper interface
|
2021-07-24 06:23:21 +08:00 |
|
119431682@qq.com
|
75841a211f
|
optimized: 优化警告
|
2021-07-21 23:19:02 +08:00 |
|
cl
|
6279178580
|
test code
|
2021-07-17 14:30:55 +08:00 |
|
cl
|
45e037a493
|
自动构建 resultMap ,处理主键获取真正的字段名
|
2021-07-17 14:28:56 +08:00 |
|
陈雷
|
6893b731ed
|
Merge branch 'baomidou:3.0' into 3.0
|
2021-07-17 13:19:36 +08:00 |
|
nieqiuqiu
|
8752c15e9d
|
无主键不注入ById方法.
|
2021-07-14 18:22:25 +08:00 |
|
mengchao
|
1646e70702
|
wrapper clear 将sqlSegment重置为空串 缓存标志重置为true
|
2021-07-14 14:57:09 +08:00 |
|
hanchunlin
|
162fc43581
|
fix(core): 解决 lambda 构造器在 JDK16 中无法运行的问题
https://gitee.com/baomidou/mybatis-plus/issues/I3XDT9
|
2021-07-07 18:01:22 +08:00 |
|
hubin
|
cae1bf0caf
|
Merge branch '3.0' into github3.0
|
2021-07-07 16:24:54 +08:00 |
|
qmdx
|
e3dfc105cd
|
Merge pull request #3655 from nieqiurong/delete_batch_by_entity
deleteBatchIds支持传入实体(实现Serializable)删除.
|
2021-07-07 16:17:05 +08:00 |
|
qmdx
|
2bbf5426f2
|
Merge pull request #3699 from nieqiurong/deleteByEntity
BaseMapper新增deleteById(T entity)方法
|
2021-07-07 16:14:08 +08:00 |
|
nieqiuqiu
|
caf45161ae
|
TableInfo新增原生Reflector反射操作.
|
2021-07-06 11:25:16 +08:00 |
|
nieqiuqiu
|
033eec9391
|
BaseMapper新增deleteById(T entity)方法
|
2021-07-03 22:14:26 +08:00 |
|
yuxiaobin
|
0ea4baae79
|
enhance: 不等于效率高于大于
|
2021-06-24 14:58:27 +08:00 |
|
nieqiuqiu
|
a0186f1c79
|
deleteBatchIds支持传入实体(实现Serializable)删除.
|
2021-06-19 19:17:08 +08:00 |
|
hubin
|
c10ab59714
|
多条记录直接抛出异常
|
2021-06-18 13:57:02 +08:00 |
|
hubin
|
60d20f3aa4
|
精简 mapper 方法注入,优化 selectOne 查询方式
|
2021-06-18 12:05:29 +08:00 |
|
hubin
|
3f814124e3
|
精简 mapper 方法注入,优化 selectOne 查询方式
|
2021-06-18 12:04:16 +08:00 |
|
你有医保你先上
|
f14c2b4fbe
|
update mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/toolkit/TableNameParser.java.
|
2021-06-17 13:42:22 +08:00 |
|
zyzyzy523
|
4cb5df4839
|
Revert "perf:优化MybatisConfiguration#checkGloballyForDiscriminatedNestedResultMaps"
|
2021-06-16 13:08:14 +08:00 |
|
hubin
|
7e0b1e2912
|
优化调整
|
2021-06-16 01:29:12 +08:00 |
|
nieqiuqiu
|
1227852bea
|
去除addMappedStatement日志打印
|
2021-06-15 18:27:33 +08:00 |
|
qmdx
|
f8eab53497
|
Merge pull request #3628 from dingqianwen/3.0
perf:NoKeyGenerator shared instance
|
2021-06-15 18:10:29 +08:00 |
|
qmdx
|
284cdecfab
|
Merge pull request #3614 from nancheung97/gitee-I3V6D6
🐛 Fix 主键添加@OrderBy无效
|
2021-06-15 18:09:43 +08:00 |
|
hubin
|
9efcb47c29
|
Merge branch '3.0' into github3.0
|
2021-06-15 16:03:27 +08:00 |
|
dqw
|
a5a0de0001
|
perf:NoKeyGenerator shared instance
|
2021-06-15 15:43:19 +08:00 |
|
qmdx
|
d84ffff494
|
Merge pull request #3623 from JoverZhang/lambda
perf: Reduce method calls
|
2021-06-15 15:42:59 +08:00 |
|
hubin
|
cd7ad7afc7
|
调整 gitee pulls/161
|
2021-06-15 15:12:34 +08:00 |
|
dqw
|
53916ea761
|
perf:Jdbc3KeyGenerator shared instance
|
2021-06-15 15:00:14 +08:00 |
|
hubin
|
f20f0716a7
|
恢复并行注入逻辑为普通循环
|
2021-06-14 13:11:29 +08:00 |
|
joverzhang
|
cbe4dc82c0
|
perf: Reduce method calls
|
2021-06-12 16:55:40 +08:00 |
|
NanCheung
|
c768d63b66
|
🐛 Fix 主键添加@OrderBy无效
Closes gitee #I3V6D6
|
2021-06-11 05:42:08 +08:00 |
|
hubin
|
83e142ce0a
|
优化注入性能普通循环注入改为并行注入
|
2021-06-09 23:42:37 +08:00 |
|
青苗
|
0cd895860b
|
!158 提供处理Map多key取值工具方法
Merge pull request !158 from tech-inn/3.0
|
2021-06-09 23:17:41 +08:00 |
|
qmdx
|
96646dbb5e
|
Merge pull request #3606 from nancheung97/zap-stringUtils
⚡ Pattern定义为常量,优化正则匹配速度
|
2021-06-09 23:12:04 +08:00 |
|
zengzhihong
|
5d94e65645
|
update: 补充sharding拦截忽略判断
|
2021-06-09 14:43:30 +08:00 |
|
NanCheung
|
d13526c557
|
⚡ Pattern定义为静态常量,优化正则匹配速度
|
2021-06-09 13:19:08 +08:00 |
|
hubin
|
70c6d92d8c
|
调整 page 注解泛型 E 为 P 方便阅读
|
2021-06-09 11:47:09 +08:00 |
|
explore
|
f8f601641a
|
提供处理Map多key取值工具方法
|
2021-06-07 17:53:27 +08:00 |
|
hubin
|
7418181fd1
|
id 自增支持指定值,优化调整
|
2021-06-07 12:39:55 +08:00 |
|
circleliu
|
d96c955939
|
当用户指定ID时,不用自动生成,不指定时自增
|
2021-06-05 13:31:59 +08:00 |
|
hubin
|
eefa98cf75
|
Merge branch '3.0' into github-3.0
|
2021-06-04 18:20:18 +08:00 |
|
hanchunlin
|
e45f08ee6e
|
perf: 替换为 JVM 中本身的方法
|
2021-06-04 16:05:17 +08:00 |
|
daigua
|
f6c4f0cb2a
|
优化|修饰符变更
|
2021-06-03 18:34:39 +08:00 |
|
dqw
|
1f9cd3b242
|
perf:优化MybatisConfiguration#checkGloballyForDiscriminatedNestedResultMaps
|
2021-06-03 14:21:04 +08:00 |
|