| 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 |
| Modifier and Type | Method and Description |
|---|---|
Collection<DomesticAnimal> |
Human.getPets() |
| Modifier and Type | Method and Description |
|---|---|
void |
Human.setPets(Collection<DomesticAnimal> pets) |
Copyright © 2001-2024 Red Hat, Inc. All Rights Reserved.