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.
2 parents 5815aa4 + 334dab8 commit 51baa56Copy full SHA for 51baa56
src/site/zh/xdoc/sqlmap-xml.xml
@@ -144,7 +144,7 @@ ps.setInt(1,id);]]></source>
144
<td><code>parameterType</code></td>
145
<td>
146
将会传入这条语句的参数的类全限定名或别名。这个属性是可选的,因为
147
- MyBatis 可以通过类型处理器(TypeHandler)推断出具体传入语句的参数,默认值为未设置(unset)。
+ MyBatis 可以根据语句中实际传入的参数计算出应该使用的类型处理器(TypeHandler),默认值为未设置(unset)。
148
</td>
149
</tr>
150
<tr>
@@ -288,7 +288,7 @@ ps.setInt(1,id);]]></source>
288
289
290
291
292
293
294
0 commit comments