Am uses NamedParameterJdbcTemplate for Clause elements, and one of them looks like List<String> . JdbcTemplate replaces them?,?,? ... (list size), but for an IN clause with List<String> it must be '?', '?' ....
Is there any way around this?
source share