Is it possible to get the @@identity from the SQL insert on a Spring jdbc template call? If so, how?
TIA
|
|
Is it possible to get the @@identity from the SQL insert on a Spring jdbc template call? If so, how? TIA
|
|||
|
|
|
|
The
|
||
|
|
|
How about SimpleJdbcInsert.executeAndReturnKey? |
||
|
|
|
I don't know if there is a "one-liner" but this seems to do the trick (for MSSQL at least):
Decent article here. |
||
|
|