But when I try using Oracle XE 11.2.0 table EMP column EMPNO NUMBER(4) a BigDecimal is returned.
(In oracle NUMBER allows both a precision and a scale).
What exactly is going on ? Thank you for any help.
subject: Spring returns a BigDecimal for an Integer RDBMS Column