Skip to content

Commit b5e8039

Browse files
committed
Correct reference to executeAndReturnKey method
Issue: SPR-12639 (cherry picked from commit f20a624)
1 parent 55a14eb commit b5e8039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/asciidoc/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26203,7 +26203,7 @@ add the id to the Map and you call the `executeAndReturnKey` method. This return
2620326203
is used in our domain class. You cannot rely on all databases to return a specific Java
2620426204
class here; `java.lang.Number` is the base class that you can rely on. If you have
2620526205
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.
26206+
use a `KeyHolder` that is returned from the `executeAndReturnKeyHolder` method.
2620726207

2620826208

2620926209

0 commit comments

Comments
 (0)