Uses of Class
org.hibernate.test.sql.hand.MonetaryAmount

Packages that use MonetaryAmount
org.hibernate.test.sql.hand   
 

Uses of MonetaryAmount in org.hibernate.test.sql.hand
 

Methods in org.hibernate.test.sql.hand that return MonetaryAmount
static MonetaryAmount MonetaryAmount.convert(MonetaryAmount amount, Currency toConcurrency)
           
static MonetaryAmount MonetaryAmount.fromString(String amount, String currencyCode)
           
 MonetaryAmount Employment.getSalary()
           
 

Methods in org.hibernate.test.sql.hand with parameters of type MonetaryAmount
static MonetaryAmount MonetaryAmount.convert(MonetaryAmount amount, Currency toConcurrency)
           
 void Employment.setSalary(MonetaryAmount salary)
           
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.