@NoRepositoryBean
public interface JpaBatchRepository<T>
java.util.List<T> saveBatch(java.lang.Iterable<T> entities)
entities - must not be null nor must it contain null.java.lang.IllegalArgumentException - in case the given entities or one of its entities is
null.