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 classCatclassDogclassDomesticAnimalclassHumanclassLizardclassMammalclassReptileMethods in org.hibernate.testing.orm.domain.animal that return Animal Modifier and Type Method Description AnimalAnimal. getFather()AnimalAnimal. 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 voidAnimal. addOffspring(Animal offspring)voidAnimal. setFather(Animal father)voidAnimal. setMother(Animal mother)
-