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 class
CreditCardPayment
class
WireTransferPayment
Methods in org.hibernate.testing.orm.domain.userguide that return Payment Modifier and Type Method Description Payment
Call. 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 void
Call. setPayment(Payment payment)
-