Uses of Class
org.hibernate.testing.orm.domain.animal.Mammal
-
Packages that use Mammal Package Description org.hibernate.testing.orm.domain.animal Standard model for Hibernate's legacy Animal model used in HQL testing -
-
Uses of Mammal in org.hibernate.testing.orm.domain.animal
Subclasses of Mammal in org.hibernate.testing.orm.domain.animal Modifier and Type Class Description classCatclassDogclassDomesticAnimalclassHumanMethods in org.hibernate.testing.orm.domain.animal that return types with arguments of type Mammal Modifier and Type Method Description Map<String,Mammal>Zoo. getMammals()
-