Is it possible to get the @@identity from the SQL insert on a Spring jdbc template call? If so, how?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
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. |
|||
|
|