File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ Country代码:
107
107
<dependency >
108
108
<groupId >tk.mybatis</groupId >
109
109
<artifactId >mapper</artifactId >
110
- <version >3.1.0 </version >
110
+ <version >3.1.1 </version >
111
111
</dependency >
112
112
```
113
113
Original file line number Diff line number Diff line change 1
1
#更新日志
2
2
3
+ ##3 .1.1 - 2015-07-01
4
+
5
+ * 解决` ConditionMapper ` 中` selectByCondition ` 和` updateByCondition ` 方法错误
6
+
7
+
8
+ ##3 .1.0 - 2015-06-10
9
+
10
+ * 基础包名从` com.github.abel533 ` 改为` tk.mybatis.mapper `
11
+ * Maven的groupId改为` tk.mybatis ` ,artifactId为` mapper `
12
+ * 增加和Example功能类似的Condition查询,仅仅名字不同
13
+ * 更多详细变化请看[ Mapper3通用接口大全] ( http://git.oschina.net/free/Mapper/blob/master/wiki/mapper3/5.Mappers.md )
14
+ * 关于3.0.x版本请看[ Mapper3.0.x] ( http://git.oschina.net/free/Mapper/tree/Mapper3.0.x/ )
15
+
16
+ ##3 .0.0 - 2015-06-04
17
+
18
+ * 将` EntityMapper ` 和` SqlMapper ` 移出,现在是独立项目[ EntityMapper] ( http://git.oschina.net/free/EntityMapper )
19
+ * 将` Mapper<T> ` 全部接口方法拆分为独立接口,方便选择集成
20
+ * 增加` MySqlMapper<T> ` 包含批量插入和单个插入,批量插入可以回写全部id
21
+ * 增加` RowBoundsMapper<T> ` 包含两个分页查询,可以配合[ PageHelper] ( http://git.oschina.net/free/Mybatis_PageHelper ) 实现物理分页
22
+ * 详细变化请看[ Mapper3变化] ( http://git.oschina.net/free/Mapper/blob/master/wiki/mapper3/1.Changes.md )
23
+ * Mapper2资深用户请看[ Mapper3高级应用] ( http://git.oschina.net/free/Mapper/blob/master/wiki/mapper3/4.Professional.md )
24
+ * [ Mapper3通用接口大全] ( http://git.oschina.net/free/Mapper/blob/master/wiki/mapper3/5.Mappers.md )
25
+ * [ 快速开发自己的通用接口] ( http://git.oschina.net/free/Mapper/blob/master/wiki/mapper3/6.MyMapper.md )
26
+
27
+
3
28
##2 .3.4 - 2015-06-01
4
29
5
30
* 高并发时selectKey会产生异常,解决[ #32 ] ( http://git.oschina.net/free/Mapper/issues/32 )
You can’t perform that action at this time.
0 commit comments