spring-framework / org.springframework.jdbc.core.simple / SimpleJdbcInsert / executeBatch

executeBatch

open fun executeBatch(vararg batch: MutableMap<String, *>): IntArray
open fun executeBatch(vararg batch: SqlParameterSource): IntArray