Steve Ebersole commented on an issue
Hibernate ORM / Bug HHH-7689
Error executing batch should abort rest of batch for "cleanliness" sake
When actually performing the execution of the "batched" statement (whether from {{BatchingBatch}} or {{NonBatchingBatch}}) any exception should cause the rest of the batch to be aborted.

----
Original report:

I was going to log something similar to HHH-7688 but it's a bit different as that change only covers the NonBatchingBatch where in my case it...