Join Slack
Powered by
like ``` @Transactional fun saveSeveral(list: Some...
# spring
c
Czar
10/07/2019, 8:58 PM
like
Copy code
@Transactional fun saveSeveral(list: Something) { list.forEach(repo::save) }
will most probably cache/batch separate saves, but it will return only when transaction was completed.
Open in Slack
Previous
Next