Skip to content

Commit 1d538c7

Browse files
committed
文档中参数实际为ORDER,不是BEFORE。可选值为BEFOREAFTER
1 parent 2b17a00 commit 1d538c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wiki/mapper3/2.Integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ mapperHelper.processConfiguration(session.getConfiguration());
7575

7676
* `UUID`:设置生成UUID的方法,需要用OGNL方式配置,不限制返回值,但是必须和字段类型匹配
7777
* `IDENTITY`:取回主键的方式,可以配置的内容看下一篇如何使用中的介绍
78-
* `BEFORE``<selectKey>`中的`order`属性,true为before,false为after
78+
* `ORDER``<selectKey>`中的`order`属性,可选值为`BEFORE``AFTER`
7979
* `catalog`:数据库的`catalog`,如果设置该值,查询的时候表名会带`catalog`设置的前缀
8080
* `schema`:同`catalog``catalog`优先级高于`schema`
8181
* `notEmpty`:insert和update中,是否判断字符串类型`!=''`,少数方法会用到

0 commit comments

Comments
 (0)