Spring framework 3.2 参考手册 错误收集

一路看下来,参考手册基本没看到过错误

呵呵

百密一疏呀~ 顺便提醒自己

-------------------------------

1:373页 Batch operations with a List of objects

第六行

You can use the SqlParameterSource.createBatch method to create this array

应该为

You can use the SqlParameterSourceUtils.createBatch method to create this array

 

你可能感兴趣的:(错误,spring3.2)