Class Account
- java.lang.Object
-
- org.hibernate.testing.orm.domain.userguide.Account
-
-
Constructor Summary
Constructors Constructor Description Account()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PersongetOwner()List<Payment>getPayments()voidsetOwner(Person owner)
-