Uses of Class
org.hibernate.testing.orm.domain.animal.Zoo
-
Packages that use Zoo Package Description org.hibernate.testing.orm.domain.animal Standard model for Hibernate's legacy Animal model used in HQL testing -
-
Uses of Zoo in org.hibernate.testing.orm.domain.animal
Subclasses of Zoo in org.hibernate.testing.orm.domain.animal Modifier and Type Class Description class
PettingZoo
Methods in org.hibernate.testing.orm.domain.animal that return Zoo Modifier and Type Method Description Zoo
Animal. getZoo()
Methods in org.hibernate.testing.orm.domain.animal with parameters of type Zoo Modifier and Type Method Description void
Animal. setZoo(Zoo zoo)
-