Uses of Class
org.hibernate.test.instrument.domain.Entity

Packages that use Entity
org.hibernate.test.instrument.domain   
 

Uses of Entity in org.hibernate.test.instrument.domain
 

Methods in org.hibernate.test.instrument.domain that return Entity
 Entity Entity.getChild()
           
 Entity Entity.getSibling()
           
 

Methods in org.hibernate.test.instrument.domain with parameters of type Entity
 void Entity.setChild(Entity child)
           
 void Entity.setSibling(Entity sibling)
           
 



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