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