JadiraOrg / jadira

Jadira Framework
Apache License 2.0
74 stars 44 forks source link

Update StringColumnCurrencyUnitMapper.java #83

Open mohammadhejazii opened 5 years ago

mohammadhejazii commented 5 years ago

CurrencyUnit class in joda money has not any method getCurrencyCode() so, must use value.getCode(); instead of value.getCurrencyCode(); getCurrencyCode() method exist in Currency class, and CurrencyUnit class have getCode() method

mohammadhejazii commented 5 years ago

in joda money version 1.0.1 CurrencyUnit class has not getCurrencyCode() method But in joda money version 0.12 CurrencyUnit class has getCurrencyCode() method and usertype.core version 6.0.1.GA has incompatible with joda money version 1.0.1