Correct reference to executeAndReturnKey method

Issue: SPR-12639
This commit is contained in:
Juergen Hoeller 2015-02-18 22:28:36 +01:00
parent dbd353bbd9
commit f20a62408b
1 changed files with 1 additions and 1 deletions

View File

@ -26217,7 +26217,7 @@ add the id to the Map and you call the `executeAndReturnKey` method. This return
is used in our domain class. You cannot rely on all databases to return a specific Java
class here; `java.lang.Number` is the base class that you can rely on. If you have
multiple auto-generated columns, or the generated values are non-numeric, then you can
use a `KeyHolder` that is returned from the `executeReturningKeyHolder` method.
use a `KeyHolder` that is returned from the `executeAndReturnKeyHolder` method.