We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
BEFORE
AFTER
1 parent 2b17a00 commit 1d538c7Copy full SHA for 1d538c7
wiki/mapper3/2.Integration.md
@@ -75,7 +75,7 @@ mapperHelper.processConfiguration(session.getConfiguration());
75
76
* `UUID`:设置生成UUID的方法,需要用OGNL方式配置,不限制返回值,但是必须和字段类型匹配
77
* `IDENTITY`:取回主键的方式,可以配置的内容看下一篇如何使用中的介绍
78
-* `BEFORE`:`<selectKey>`中的`order`属性,true为before,false为after
+* `ORDER`:`<selectKey>`中的`order`属性,可选值为`BEFORE`和`AFTER`
79
* `catalog`:数据库的`catalog`,如果设置该值,查询的时候表名会带`catalog`设置的前缀
80
* `schema`:同`catalog`,`catalog`优先级高于`schema`
81
* `notEmpty`:insert和update中,是否判断字符串类型`!=''`,少数方法会用到
0 commit comments