Cepr0/sb-jpa-batch-insert-demo

What if one record already exists and we try to insert it through saveAll()

Opened this issue · 1 comments

What if one record already exists and we try to insert it through saveAll().What about throwing error status about failed inserts along with succeded ones?

Cepr0 commented

I think you can research this yourself. Try to prepare a list of entities with duplicates and see what happens.
It will be interesting to know your result.
Thanks! )