org.hibernate.test.hql
Class Cat

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.Cat

public class Cat
extends DomesticAnimal


Constructor Summary
Cat()
           
 
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

Cat

public Cat()


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