on 2019 Nov 14 1:12 PM
Hello, we have the following attribute
<attribute qualifier="rate" type="java.math.BigDecimal">
<description>The day-exact valid-to date</description>
<modifiers optional="false"/>
<persistence type="property">
<columntype database="oracle">
<value>NUMBER(28,14)</value>
</columntype>
</persistence>
</attribute>
Before persisting, we have in Java still a BigDecimal with value 0.23809523809524. But after persisting it, the hybris data mapper rounds it to 0.2381 . Do you know how to avoid this rounding?
Thank you very much in advance!
Sven
User | Count |
---|---|
70 | |
10 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.