Class DomesticAnimal
- java.lang.Object
-
- org.hibernate.testing.orm.domain.animal.Animal
-
- org.hibernate.testing.orm.domain.animal.Mammal
-
- org.hibernate.testing.orm.domain.animal.DomesticAnimal
-
-
Constructor Summary
Constructors Constructor Description DomesticAnimal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Human
getOwner()
void
setOwner(Human owner)
-
Methods inherited from class org.hibernate.testing.orm.domain.animal.Mammal
equals, getBirthdate, hashCode, isPregnant, setBirthdate, setPregnant
-
Methods inherited from class org.hibernate.testing.orm.domain.animal.Animal
addOffspring, getBodyWeight, getDescription, getFather, getId, getMother, getOffspring, getSerialNumber, getZoo, setBodyWeight, setDescription, setFather, setId, setMother, setOffspring, setSerialNumber, setZoo
-
-