Uses of Class
org.hibernate.test.hql.Animal

Packages that use Animal
org.hibernate.test.hql   
 

Uses of Animal in org.hibernate.test.hql
 

Subclasses of Animal in org.hibernate.test.hql
 class Cat
           
 class Dog
           
 class DomesticAnimal
           
 class Human
           
 class Lizard
           
 class Mammal
           
 class Reptile
           
 

Methods in org.hibernate.test.hql that return Animal
 Animal Animal.getFather()
           
 Animal Animal.getMother()
           
 

Methods in org.hibernate.test.hql with parameters of type Animal
 void Animal.addOffspring(Animal offspring)
           
 void Animal.setFather(Animal father)
           
 void Animal.setMother(Animal mother)
           
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.