| Package | Description |
|---|---|
| org.hibernate.testing.orm.domain.contacts |
| Modifier and Type | Method and Description |
|---|---|
Contact.Name |
Contact.getName() |
| Modifier and Type | Method and Description |
|---|---|
void |
Contact.setName(Contact.Name name) |
| Constructor and Description |
|---|
Contact(Integer id,
Contact.Name name,
Contact.Gender gender,
LocalDate birthDay) |
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.