Skip to content

Commit 23b0901

Browse files
mgootysnicoll
authored andcommitted
Fix method documentation typo
Issue: SPR-12639
1 parent b82e9c4 commit 23b0901

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
@@ -26196,7 +26196,7 @@ of the generated key column with the `usingGeneratedKeyColumns` method.
2619626196
----
2619726197

2619826198
The main difference when executing the insert by this second approach is that you do not
26199-
add the id to the Map and you call the `executeReturningKey` method. This returns a
26199+
add the id to the Map and you call the `executeAndReturnKey` method. This returns a
2620026200
`java.lang.Number` object with which you can create an instance of the numerical type that
2620126201
is used in our domain class. You cannot rely on all databases to return a specific Java
2620226202
class here; `java.lang.Number` is the base class that you can rely on. If you have

0 commit comments

Comments
 (0)