Hi,
I would like to use simpleJdbcInsert class and executeBatch method

public int[] executeBatch(Map<String,Object>[] batch)

So I need to pass an array of Map<String,Object> as paramter. How...