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.
|
PersistentBigMoneyAmount |
Maps
BigMoney to and from a BigDecimal column. |
PersistentBigMoneyAmountAndCurrency |
Persists the decimal amount and currency from a BigMoney instance
|
PersistentBigMoneyAmountAndCurrencyAsInteger |
Persists the decimal amount and currency from a BigMoney instance
|
PersistentBigMoneyMajorAmount |
Maps
BigMoney to and from a Long column using the Major amount for storage. |
PersistentBigMoneyMajorAmountAndCurrency |
Persists the minor amount and currency from a BigMoney instance
|
PersistentBigMoneyMajorAmountAndCurrencyAsInteger |
Persists the minor amount and currency from a BigMoney instance
|
PersistentBigMoneyMinorAmount |
Maps
BigMoney to and from a Long column using the minor amount for storage. |
PersistentBigMoneyMinorAmountAndCurrency |
Persists the minor amount and currency from a BigMoney instance
|
PersistentBigMoneyMinorAmountAndCurrencyAsInteger |
Persists the minor amount and currency from a BigMoney instance
|
PersistentCurrencyUnit |
Maps a
CurrencyUnit to and from String for Hibernate. |
PersistentCurrencyUnitAsInteger |
Maps a
CurrencyUnit to and from an Integer for Hibernate. |
PersistentMoneyAmount |
Maps
Money to and from a BigDecimal column. |
PersistentMoneyAmountAndCurrency |
Persists the decimal amount and currency from a Money instance
|
PersistentMoneyAmountAndCurrencyAsInteger |
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
|
PersistentMoneyMajorAmountAndCurrencyAsInteger |
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
|
PersistentMoneyMinorAmountAndCurrencyAsInteger |
Persists the minor amount and currency from a Money instance
|
Copyright © 2010–2018 Jadira Systems. All rights reserved.