Is there anyway to get the generated keys when using Spring JDBC batchUpdate?

后端 未结 2 1902
借酒劲吻你
借酒劲吻你 2021-01-17 10:02

I am using JDBC and want to batch insert, but I need the generated keys for the next round of inserts - is there anyway to accomplish this?

MapSqlParameterSour

2条回答
提交回复
热议问题