Assume that we have a list of user details, and we want to add it to the database, but I want that if there are some users in the list that could have already been added but some aren't. So is there any way we can do it with
dao.saveAll(list);
without first checking in db for data