JadiraOrg/jadira

Mistake in Documentation (DateTime as Money)?

Closed this issue · 0 comments

In your documentation you have:

@Column
@Type(type = "org.jadira.usertype.moneyandcurrency.joda.PersistentMoneyAmount",
	parameters = {@org.hibernate.annotations.Parameter(name = "currencyCode", value = "USD")})
private DateTime dateTime;

is this correct that Money is represented by DateTime?