| Package | Description |
|---|---|
| org.hibernate.testing.orm.domain.animal |
Standard model for Hibernate's legacy Animal model used in HQL testing
|
| Modifier and Type | Class and Description |
|---|---|
class |
Cat |
class |
Dog |
class |
DomesticAnimal |
class |
Human |
class |
Lizard |
class |
Mammal |
class |
Reptile |
| Modifier and Type | Method and Description |
|---|---|
Animal |
Animal.getFather() |
Animal |
Animal.getMother() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Animal> |
Zoo.getAnimals() |
| Modifier and Type | Method and Description |
|---|---|
void |
Animal.addOffspring(Animal offspring) |
void |
Animal.setFather(Animal father) |
void |
Animal.setMother(Animal mother) |
Copyright © 2001-2024 Red Hat, Inc. All Rights Reserved.