File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ Country代码:
92
92
<dependency >
93
93
<groupId >tk.mybatis</groupId >
94
94
<artifactId >mapper</artifactId >
95
- <version >3.3.4 </version >
95
+ <version >3.3.5 </version >
96
96
</dependency >
97
97
```
98
98
@@ -108,7 +108,7 @@ http://repo1.maven.org/maven2/javax/persistence/persistence-api/1.0/
108
108
109
109
##[ 更新日志] ( http://git.oschina.net/free/Mapper/blob/master/wiki/Changelog.md )
110
110
111
- ##最新版本3.3.5 - 2016-01-06
111
+ ##最新版本3.3.5 - 2016-02-16
112
112
113
113
* ` Example ` 增加对动态表名支持,通过` setTableName ` 设置表名
114
114
* 在example相关的两个` update ` 方法中,参数为实体类和` Example ` ,这个方法只能通过` Example ` 来设置动态表名,不支持通过实体设置动态表名
Original file line number Diff line number Diff line change 28
28
29
29
<groupId >tk.mybatis</groupId >
30
30
<artifactId >mapper</artifactId >
31
- <version >3.3.5-SNAPSHOT </version >
31
+ <version >3.3.5</version >
32
32
<packaging >jar</packaging >
33
33
34
34
<name >mapper</name >
Original file line number Diff line number Diff line change 1
1
#更新日志
2
2
3
+ ##3 .3.5 - 2016-02-16
4
+
5
+ * ` Example ` 增加对动态表名支持,通过` setTableName ` 设置表名
6
+ * 在example相关的两个` update ` 方法中,参数为实体类和` Example ` ,这个方法只能通过` Example ` 来设置动态表名,不支持通过实体设置动态表名
7
+ * 优化两个` select count ` 查询,当表只有一个主键的时候,使用` select count(pk) ` ,其他时候使用` select count(*) `
8
+
3
9
##3 .3.4 - 2016-01-05
4
10
5
11
* 解决insertList的bug#86
You can’t perform that action at this time.
0 commit comments