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

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

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

Fields in org.hibernate.test.annotations.cascade with type parameters of type Child
 Set<Child> Parent.children
           
 

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

Methods in org.hibernate.test.annotations.cascade that return types with arguments of type Child
 Set<Child> Parent.getChildren()
           
 

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

Method parameters in org.hibernate.test.annotations.cascade with type arguments of type Child
 void Parent.setChildren(Set<Child> value)
           
 



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