Since there's a saveAndFlush(), is there a way to Flush the updated entities when using saveAll()?
saveAndFlush()
saveAll()
I'm trying to update entities by batch.
No, but you can manually call saveAll() and then flush().
flush()