Google News
logo
JPA - Interview Questions
How saveAll method works in Spring data JPA?
* saveAll() just calls save() in an iterative fashion.
 
* saveAll method is annotated with @Transactional so it’s either all or none will be saved.
Advertisement