Uses of Class
org.hibernate.ejb.test.cascade.Parent

Packages that use Parent
org.hibernate.ejb.test.cascade   
 

Uses of Parent in org.hibernate.ejb.test.cascade
 

Fields in org.hibernate.ejb.test.cascade declared as Parent
 Parent Son.parent
           
 

Fields in org.hibernate.ejb.test.cascade with type parameters of type Parent
static SingularAttribute<Parent,Integer> Parent_.id
           
static SingularAttribute<Son,Parent> Son_.parent
           
 

Methods in org.hibernate.ejb.test.cascade that return Parent
 Parent Son.getParent()
           
 

Methods in org.hibernate.ejb.test.cascade with parameters of type Parent
 void Son.setParent(Parent parent)
           
 



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