| Package | Description |
|---|---|
| org.hibernate.testing.orm.domain.animal |
Standard model for Hibernate's legacy Animal model used in HQL testing
|
| Modifier and Type | Method and Description |
|---|---|
Address |
Zoo.getAddress() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Address> |
Human.getAddresses() |
| Modifier and Type | Method and Description |
|---|---|
void |
Zoo.setAddress(Address address) |
| Modifier and Type | Method and Description |
|---|---|
void |
Human.setAddresses(Map<String,Address> addresses) |
| Constructor and Description |
|---|
Zoo(String name,
Address address) |
Copyright © 2001-2024 Red Hat, Inc. All Rights Reserved.