Uses of Class
org.hibernate.testing.orm.domain.animal.DomesticAnimal
-
Packages that use DomesticAnimal Package Description org.hibernate.testing.orm.domain.animal Standard model for Hibernate's legacy Animal model used in HQL testing -
-
Uses of DomesticAnimal in org.hibernate.testing.orm.domain.animal
Subclasses of DomesticAnimal in org.hibernate.testing.orm.domain.animal Modifier and Type Class Description class
Cat
class
Dog
Methods in org.hibernate.testing.orm.domain.animal that return types with arguments of type DomesticAnimal Modifier and Type Method Description Collection<DomesticAnimal>
Human. getPets()
Method parameters in org.hibernate.testing.orm.domain.animal with type arguments of type DomesticAnimal Modifier and Type Method Description void
Human. setPets(Collection<DomesticAnimal> pets)
-