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.
1 parent 55a14eb commit b5e8039Copy full SHA for b5e8039
src/asciidoc/index.adoc
@@ -26203,7 +26203,7 @@ add the id to the Map and you call the `executeAndReturnKey` method. This return
26203
is used in our domain class. You cannot rely on all databases to return a specific Java
26204
class here; `java.lang.Number` is the base class that you can rely on. If you have
26205
multiple auto-generated columns, or the generated values are non-numeric, then you can
26206
-use a `KeyHolder` that is returned from the `executeReturningKeyHolder` method.
+use a `KeyHolder` that is returned from the `executeAndReturnKeyHolder` method.
26207
26208
26209
0 commit comments