Uses of Class
org.hibernate.testing.orm.domain.userguide.Payment
-
Packages that use Payment Package Description org.hibernate.testing.orm.domain.userguide -
-
Uses of Payment in org.hibernate.testing.orm.domain.userguide
Subclasses of Payment in org.hibernate.testing.orm.domain.userguide Modifier and Type Class Description classCreditCardPaymentclassWireTransferPaymentMethods in org.hibernate.testing.orm.domain.userguide that return Payment Modifier and Type Method Description PaymentCall. getPayment()Methods in org.hibernate.testing.orm.domain.userguide that return types with arguments of type Payment Modifier and Type Method Description List<Payment>Account. getPayments()Methods in org.hibernate.testing.orm.domain.userguide with parameters of type Payment Modifier and Type Method Description voidCall. setPayment(Payment payment)
-