Package org.jadira.usertype.moneyandcurrency.joda

Package class diagram package org.jadira.usertype.moneyandcurrency.joda
Class Summary
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
PersistentCurrency Maps a Currency to and from String for Hibernate.
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-2012 Jadira Systems. All Rights Reserved.