The Java sample code in that chapters used SimpleJdbcInsert, but still declares JdbcTemplate w/o any use. This is higly confusing to reader since the SimpleJdbcInsert is sold as an alternative to the former.
Please focus on the really used objects in sample code.
The Java sample code in that chapters used
SimpleJdbcInsert, but still declaresJdbcTemplatew/o any use. This is higly confusing to reader since theSimpleJdbcInsertis sold as an alternative to the former.Please focus on the really used objects in sample code.