org.hibernate.test.sql.MonetaryAmount Represents a monetary amount as value and currency. @author Gavin King <gavin@hibernate.org> @author Christian Bauer <christian@hibernate.org>
org.hibernate.ce.auction.persistence.MonetaryAmountCompositeUserType This is a simple Hibernate custom mapping type for MonetaryAmount value types. <p> Basically the same as the simple <tt>MonetaryAmountSimpleUserType</tt>, but implementing the Hibernate <tt>CompositeUserType</tt> interface. This interface has some additional methods t ...