public interface Batch extends Serializable
create.batch(query1,
query2,
query3)
.execute();
create.batch(query)
.bind(valueA1, valueA2)
.bind(valueB1, valueB2)
.execute();
Statement.executeBatch()| Modifier and Type | Method and Description |
|---|---|
int[] |
execute()
Execute the batch operation.
|
int[] execute()
throws DataAccessException
DataAccessException - if something went wrong executing the queryStatement.executeBatch()Copyright © 2013. All Rights Reserved.