| 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 |
|---|---|
Human |
DomesticAnimal.getOwner() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Human> |
Zoo.getDirectors() |
Map<String,Human> |
Human.getFamily() |
Collection<Human> |
Human.getFriends() |
Set<Human> |
Animal.getOffspring() |
| Modifier and Type | Method and Description |
|---|---|
void |
DomesticAnimal.setOwner(Human owner) |
| Modifier and Type | Method and Description |
|---|---|
void |
Human.setFriends(Collection<Human> friends) |
Copyright © 2001-2024 Red Hat, Inc. All Rights Reserved.