org.hibernate.test.hql
Class Dog

java.lang.Object
  extended by org.hibernate.test.hql.Animal
      extended by org.hibernate.test.hql.Mammal
          extended by org.hibernate.test.hql.DomesticAnimal
              extended by org.hibernate.test.hql.Dog

public class Dog
extends DomesticAnimal


Constructor Summary
Dog()
           
 
Method Summary
 
Methods inherited from class org.hibernate.test.hql.DomesticAnimal
getOwner, setOwner
 
Methods inherited from class org.hibernate.test.hql.Mammal
equals, getBirthdate, hashCode, isPregnant, setBirthdate, setPregnant
 
Methods inherited from class org.hibernate.test.hql.Animal
addOffspring, getBodyWeight, getDescription, getFather, getId, getMother, getOffspring, getSerialNumber, getZoo, setBodyWeight, setDescription, setFather, setId, setMother, setOffspring, setSerialNumber, setZoo
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dog

public Dog()


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