Advertisement
alexandrecoussy

Untitled

Mar 30th, 2022
712
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.21 KB | None | 0 0
  1.     for (Object[] record : records) {
  2.       Pojo dto = new pojo();
  3.       dto.setLocalDate(objectAsSqlDatetoLocalDate(record[0]));
  4.       dto.setLocalDateTime(objectAsTimestamptoLocalDateTime(record[1]));
  5.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement