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
Use db sequences to grab the next primary key value and use it in the insert statement.