``` val id = 123.toLong() val externalSystemId = j...
# spring
s
Copy code
val id = 123.toLong()
val externalSystemId = jdbcTemplate.queryForObject("select external_system_id from foo where id = ? limit 1 ", Long.class, id)