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 d74d0bd + 958ed85 commit 6f4f2b7Copy full SHA for 6f4f2b7
src/site/xdoc/sqlmap-xml.xml
@@ -330,7 +330,7 @@ ps.setInt(1,id);]]></source>
330
<td><code>useGeneratedKeys</code></td>
331
<td>(insert and update only) This tells MyBatis to use the JDBC <code>getGeneratedKeys</code> method to retrieve
332
keys generated internally by the database (e.g. auto increment fields in RDBMS like
333
- MySQL or SQL Server). Default: <code>false</code>
+ MySQL or SQL Server). Default: <code>false</code>.
334
</td>
335
</tr>
336
<tr>
0 commit comments