Spring version:
var records = jdbcClient .sql("select * from posts") .query(Post.class) .toList(); records.forEach(p -> ...);