when I use `jdbcTemplate.queryForObject(sql, param...
# spring
r
when I use
jdbcTemplate.queryForObject(sql, parameters, Long::class.java)
I get an warning "Expected type does not accept nulls in Kotlin, but the value may be null in Java" how to fix?