identity from sql insert via jdbctemplate

Viewed 66487

Is it possible to get the @@identity from the SQL insert on a Spring jdbc template call? If so, how?

4 Answers
Related