File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -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.7 - 2016-03-21
111
+ ##最新版本3.3.7 - 2016-03-12
112
112
113
113
* ` Example ` 增加` orderBy ` 方法,使用属性进行排序,例如:` example.orderBy("id").desc().orderBy("countryname").orderBy("countrycode").asc(); `
114
114
* 当实体类包含数组类型的字段时,在` resultMap ` 中不使用` javaType ` ,这种情况如果出错,可以通过` @ColumnType ` 注解设置` jdbcType ` #103
Original file line number Diff line number Diff line change 1
1
#更新日志
2
2
3
- ##3 .3.7 - 2016-03-21
3
+ ##3 .3.7 - 2016-03-12
4
4
5
5
* ` Example ` 增加` orderBy ` 方法,使用属性进行排序,例如:` example.orderBy("id").desc().orderBy("countryname").orderBy("countrycode").asc(); `
6
6
* 当实体类包含数组类型的字段时,在` resultMap ` 中不使用` javaType ` ,这种情况如果出错,可以通过` @ColumnType ` 注解设置` jdbcType ` #103
You can’t perform that action at this time.
0 commit comments