Package org.hibernate.testing.orm.domain
Class MonetaryAmountConverter
- java.lang.Object
-
- org.hibernate.testing.orm.domain.MonetaryAmountConverter
-
-
Constructor Summary
Constructors Constructor Description MonetaryAmountConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Double
convertToDatabaseColumn(javax.money.MonetaryAmount attribute)
javax.money.MonetaryAmount
convertToEntityAttribute(Double dbData)
-