@@ -1368,7 +1368,7 @@ dataSource.setPassword("");</programlisting>
1368
1368
processing using both the <classname >JdbcTemplate</classname > and the
1369
1369
<classname >SimpleJdbcTemplate</classname >.</para >
1370
1370
1371
- <section id =" jdbc-advanced -classic" >
1371
+ <section id =" jdbc-batch -classic" >
1372
1372
<title >Basic batch operations with the JdbcTemplate</title >
1373
1373
1374
1374
<para >You accomplish <classname >JdbcTemplate</classname > batch
@@ -1418,7 +1418,7 @@ dataSource.setPassword("");</programlisting>
1418
1418
you to signal the end of the batch.</para >
1419
1419
</section >
1420
1420
1421
- <section id =" jdbc-advanced-simple " >
1421
+ <section id =" jdbc-batch-list " >
1422
1422
<title >Batch operations with a List of objects</title >
1423
1423
1424
1424
<para >Both the <classname >JdbcTemplate</classname > and the
@@ -1489,7 +1489,7 @@ dataSource.setPassword("");</programlisting>
1489
1489
driver returns a -2 value.</para >
1490
1490
</section >
1491
1491
1492
- <section id =" jdbc-advanced-simple " >
1492
+ <section id =" jdbc-batch-multi " >
1493
1493
<title >Batch operations with multiple batches</title >
1494
1494
1495
1495
<para >The last example of a batch update deals with batches that are so
@@ -1502,7 +1502,7 @@ dataSource.setPassword("");</programlisting>
1502
1502
<classname >ParameterizedPreparedStatementSetter</classname > to set the
1503
1503
values for the parameters of the prepared statement. The framework loops
1504
1504
over the provided values and breaks the update calls into batches of the
1505
- size specified. </para >
1505
+ size specified.</para >
1506
1506
1507
1507
<para >This example shows a batch update using a batch size of
1508
1508
100:</para >
0 commit comments