Skip to content

Commit

Permalink
fix: mapping Number types to POJO query output
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed Sep 8, 2022
1 parent 3c4198c commit 9712c87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,6 @@ public static class NumberFields {
@Column
private Double fieldDouble;
@Column
private Double fieldInt;
private Integer fieldInt;
}
}

0 comments on commit 9712c87

Please sign in to comment.