|
Also, I just committed some work on NonBatchingBatch as part of
HHH-7689
. Plus as I said the JDBC proxying that is specifically mentioned here is no longer done. At this point I lean towards rejecting this as out of date.
Michael Wyraz I did look at your code. Most of the changes are functionally the same as the changes done under
HHH-7689
. One change that is not there, that I think is unnecessary is your call to Statement#clearBatch (you specifically mention that above too). This is specifically for non-batching batches, addBatch is never called on the underlying JDBC objects so calling clearBatch is at best no-op.
Like I said, going to close this. Please give the changes a try. If it still does not work as expected attach a test case that is simplified (aka, does not use Spring) and reproduces the condition you think is in error. Thanks.
|