Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for (Object[] record : records) {
- Pojo dto = new pojo();
- dto.setLocalDate(objectAsSqlDatetoLocalDate(record[0]));
- dto.setLocalDateTime(objectAsTimestamptoLocalDateTime(record[1]));
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement