I\'m using UserType 3.0.0.RC1 to map JodaMoney to Hibernate.
I\'m stuck with an error when the SessionFactory initialises:
PersistentMoneyAmount r
if you're looking for an annotation based solution, you may try this
@Type(type = "org.jadira.usertype.moneyandcurrency.joda.PersistentMoneyAmount", parameters = { @Parameter(name="currencyCode", value="USD") }) private Money price;
found here
Email Archive: usertype-discuss (read-only)