Class | Description |
---|---|
AbstractSingleColumnMoneyUserType<T,J,C extends ColumnMapper<T,J>> |
Base class for money types that do not map a currency column using a configured currency instead.
|
PersistentCurrencyUnit |
Maps a
CurrencyUnit to and from String for Hibernate. |
PersistentFastMoneyAmount |
Maps
FastMoney to and from a BigDecimal column. |
PersistentFastMoneyAmountAndCurrency |
Persists the decimal amount and currency from a FastMoney instance
|
PersistentFastMoneyMajorAmount |
Maps
FastMoney to and from a Long column using the Major amount for storage. |
PersistentFastMoneyMajorAmountAndCurrency |
Persists the minor amount and currency from a FastMoney instance
|
PersistentFastMoneyMinorAmount |
Maps
FastMoney to and from a Long column using the minor amount for storage. |
PersistentFastMoneyMinorAmountAndCurrency |
Persists the minor amount and currency from a FastMoney instance
|
PersistentMoneyAmount |
Maps
Money to and from a BigDecimal column. |
PersistentMoneyAmountAndCurrency |
Persists the decimal amount and currency from a Money instance
|
PersistentMoneyMajorAmount |
Maps
Money to and from a Long column using the Major amount for storage. |
PersistentMoneyMajorAmountAndCurrency |
Persists the minor amount and currency from a Money instance
|
PersistentMoneyMinorAmount |
Maps
Money to and from a Long column using the minor amount for storage. |
PersistentMoneyMinorAmountAndCurrency |
Persists the minor amount and currency from a Money instance
|
Copyright © 2010–2018 Jadira Systems. All rights reserved.