Fix documentation: Passing in Lists of Values for IN Clause does not work with JdbcTemplate #31228
Labels
in: data
Issues in data modules (jdbc, orm, oxm, tx)
status: backported
An issue that has been backported to maintenance branches
type: documentation
A documentation task
Milestone
The documentation page https://docs.spring.io/spring-framework/reference/data-access/jdbc/parameter-handling.html#jdbc-in-clause says that "Passing in Lists of Values for IN Clause" works with NamedParameterJdbcTemplate and with JdbcTemplate in the sentence
It only works with NamedParameterJdbcTemplate .
It does not work with JdbcTemplate.
I put a project on https://github.com/hansdesmet/documentationproposal to show this.
Can you fix the documentation ?
The text was updated successfully, but these errors were encountered: