| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Batch
A wrapper for a JDBC batch operation. It has two modes:
 create.batch(query1,
              query2,
              query3)
       .execute();
 
 create.batch(query)
       .bind(valueA1, valueA2)
       .bind(valueB1, valueB2)
       .execute();
 
Statement.executeBatch()| Method Summary | |
|---|---|
|  int[] | execute()Execute the batch operation. | 
| Method Detail | 
|---|
int[] execute()
              throws DataAccessException
DataAccessException - if something went wrong executing the queryStatement.executeBatch()| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||