Skip to content

Commit f20a624

Browse files
committed
Correct reference to executeAndReturnKey method
Issue: SPR-12639
1 parent dbd353b commit f20a624

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
@@ -26217,7 +26217,7 @@ add the id to the Map and you call the `executeAndReturnKey` method. This return
2621726217
is used in our domain class. You cannot rely on all databases to return a specific Java
2621826218
class here; `java.lang.Number` is the base class that you can rely on. If you have
2621926219
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.
26220+
use a `KeyHolder` that is returned from the `executeAndReturnKeyHolder` method.
2622126221

2622226222

2622326223

0 commit comments

Comments
 (0)