Uses of Class
org.hibernate.testing.orm.domain.animal.Animal
-
Packages that use Animal Package Description org.hibernate.testing.orm.domain.animal Standard model for Hibernate's legacy Animal model used in HQL testing -
-
Uses of Animal in org.hibernate.testing.orm.domain.animal
Subclasses of Animal in org.hibernate.testing.orm.domain.animal Modifier and Type Class Description class
Cat
class
Dog
class
DomesticAnimal
class
Human
class
Lizard
class
Mammal
class
Reptile
Methods in org.hibernate.testing.orm.domain.animal that return Animal Modifier and Type Method Description Animal
Animal. getFather()
Animal
Animal. getMother()
Methods in org.hibernate.testing.orm.domain.animal that return types with arguments of type Animal Modifier and Type Method Description Map<String,Animal>
Zoo. getAnimals()
Methods in org.hibernate.testing.orm.domain.animal with parameters of type Animal Modifier and Type Method Description void
Animal. addOffspring(Animal offspring)
void
Animal. setFather(Animal father)
void
Animal. setMother(Animal mother)
-