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

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

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

Methods in org.hibernate.test.annotations.cascade that return Parent
 Parent Child.getParent()
           
 

Methods in org.hibernate.test.annotations.cascade with parameters of type Parent
 void Child.setParent(Parent value)
           
 

Constructors in org.hibernate.test.annotations.cascade with parameters of type Parent
Child(Parent p)
           
 



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