@NoRepositoryBean
public interface JpaBatchRepository<T,ID>
extends org.springframework.data.repository.Repository<T,ID>
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.