I have some queries like this:
List listOfIntegers = Arrays.asList(new Integer[] {1, 2, 3}); List objects = namedParameterJdbcTemplate.query(\"select * from
I have debugged Spring code and found that it expects tuples to be provided as Object[], so for it to work with a List it should be a List.