Uses of Class
org.hibernate.test.unionsubclass.Being

Packages that use Being
org.hibernate.test.unionsubclass   
 

Uses of Being in org.hibernate.test.unionsubclass
 

Subclasses of Being in org.hibernate.test.unionsubclass
 class Alien
           
 class Employee
           
 class Human
           
 

Methods in org.hibernate.test.unionsubclass that return Being
 Being Thing.getOwner()
           
 

Methods in org.hibernate.test.unionsubclass with parameters of type Being
 void Location.addBeing(Being b)
           
 void Thing.setOwner(Being owner)
           
 



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