jdbcTemplate.setResultsMapCaseInsensitive(true);
simpleJdbcCallFunction = new SimpleJdbcCall(jdbcTemplate)
.withSchemaName("t1").withFunctionName("getuserlist");
MapSqlParameterSource mapSqlParameterSource = new MapSqlParameterSource();
mapSqlParameterSource.addValue("userid", "admin");
Map out = simpleJdbcCallFunction.execute(mapSqlParameterSource);
函数返回属于特定用户的所有行,但是map只得到一行?
暂无答案!
目前还没有任何答案,快来回答吧!