Uses of Class
org.hibernate.testing.orm.domain.animal.Human
-
Packages that use Human Package Description org.hibernate.testing.orm.domain.animal Standard model for Hibernate's legacy Animal model used in HQL testing -
-
Uses of Human in org.hibernate.testing.orm.domain.animal
Methods in org.hibernate.testing.orm.domain.animal that return Human Modifier and Type Method Description Human
DomesticAnimal. getOwner()
Methods in org.hibernate.testing.orm.domain.animal that return types with arguments of type Human Modifier and Type Method Description Map<String,Human>
Zoo. getDirectors()
Map<String,Human>
Human. getFamily()
Collection<Human>
Human. getFriends()
Set<Human>
Animal. getOffspring()
Methods in org.hibernate.testing.orm.domain.animal with parameters of type Human Modifier and Type Method Description void
DomesticAnimal. setOwner(Human owner)
Method parameters in org.hibernate.testing.orm.domain.animal with type arguments of type Human Modifier and Type Method Description void
Human. setFriends(Collection<Human> friends)
-