提交 f20a6240 编写于 作者: J Juergen Hoeller

Correct reference to executeAndReturnKey method

Issue: SPR-12639
上级 dbd353bb
......@@ -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.
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册