I guess the previous post of mine should be as follows
Code:
<property name="sampa" column="sampa" type="java.math.BigInteger"/>
<property name="sampb" column="sampb" type="java.math.BigInteger"/>
<property name="sampc" column="sampc" type="java.math.BigInteger"/>
<property name="sampd" column="sampd" type="java.math.BigDecimal" length="15" precision="2"/>
<property name="sampe" column="sampe" type="java.math.BigDecimal" length="19" precision="7"/>
sorry I am confused, couldnt find any documentation information regarding this. Dont know which attributes are correct. If the ones mentioned in the first post worked, please let me know. Thanks.