| Package | Description |
|---|---|
| org.hibernate.testing.orm.domain.contacts |
| Modifier and Type | Field and Description |
|---|---|
static SingularAttribute<PhoneNumber,Integer> |
PhoneNumber_.areaCode |
static SingularAttribute<PhoneNumber,PhoneNumber.Classification> |
PhoneNumber_.classification |
static SingularAttribute<PhoneNumber,Integer> |
PhoneNumber_.lineNumber |
static ListAttribute<Contact,PhoneNumber> |
Contact_.phoneNumbers |
static SingularAttribute<PhoneNumber,Integer> |
PhoneNumber_.prefix |
| Modifier and Type | Method and Description |
|---|---|
List<PhoneNumber> |
Contact.getPhoneNumbers() |
| Modifier and Type | Method and Description |
|---|---|
void |
Contact.setPhoneNumbers(List<PhoneNumber> phoneNumbers) |
Copyright © 2001-2019 Red Hat, Inc. All Rights Reserved.