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 dbd353b commit f20a624Copy full SHA for f20a624
src/asciidoc/index.adoc
@@ -26217,7 +26217,7 @@ add the id to the Map and you call the `executeAndReturnKey` method. This return
26217
is used in our domain class. You cannot rely on all databases to return a specific Java
26218
class here; `java.lang.Number` is the base class that you can rely on. If you have
26219
multiple auto-generated columns, or the generated values are non-numeric, then you can
26220
-use a `KeyHolder` that is returned from the `executeReturningKeyHolder` method.
+use a `KeyHolder` that is returned from the `executeAndReturnKeyHolder` method.
26221
26222
26223
0 commit comments