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 class
Cat
class
Dog
class
DomesticAnimal
class
Human
Methods 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()
-