Skip to content

Commit 0062377

Browse files
committed
update
1 parent df733cf commit 0062377

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ http://repo1.maven.org/maven2/javax/persistence/persistence-api/1.0/
108108

109109
##[更新日志](http://git.oschina.net/free/Mapper/blob/master/wiki/Changelog.md)
110110

111-
##最新版本3.3.7 - 2016-03-21
111+
##最新版本3.3.7 - 2016-03-12
112112

113113
* `Example`增加`orderBy`方法,使用属性进行排序,例如:`example.orderBy("id").desc().orderBy("countryname").orderBy("countrycode").asc();`
114114
* 当实体类包含数组类型的字段时,在`resultMap`中不使用`javaType`,这种情况如果出错,可以通过`@ColumnType`注解设置`jdbcType` #103

wiki/Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#更新日志
22

3-
##3.3.7 - 2016-03-21
3+
##3.3.7 - 2016-03-12
44

55
* `Example`增加`orderBy`方法,使用属性进行排序,例如:`example.orderBy("id").desc().orderBy("countryname").orderBy("countrycode").asc();`
66
* 当实体类包含数组类型的字段时,在`resultMap`中不使用`javaType`,这种情况如果出错,可以通过`@ColumnType`注解设置`jdbcType` #103

0 commit comments

Comments
 (0)