shainegordon
val id = 123.toLong() val externalSystemId = jdbcTemplate.queryForObject("select external_system_id from foo where id = ? limit 1 ", Long.class, id)