Uses of Class
org.hibernate.testing.orm.domain.contacts.PhoneNumber
-
Packages that use PhoneNumber Package Description org.hibernate.testing.orm.domain.contacts -
-
Uses of PhoneNumber in org.hibernate.testing.orm.domain.contacts
Methods in org.hibernate.testing.orm.domain.contacts that return types with arguments of type PhoneNumber Modifier and Type Method Description List<PhoneNumber>Contact. getPhoneNumbers()Method parameters in org.hibernate.testing.orm.domain.contacts with type arguments of type PhoneNumber Modifier and Type Method Description voidContact. setPhoneNumbers(List<PhoneNumber> phoneNumbers)
-