Uses of Class
org.hibernate.test.annotations.idmanytoone.alphabetical.C

Packages that use C
org.hibernate.test.annotations.idmanytoone.alphabetical   
 

Uses of C in org.hibernate.test.annotations.idmanytoone.alphabetical
 

Methods in org.hibernate.test.annotations.idmanytoone.alphabetical that return C
 C B.getParent()
           
 C BId.getParent()
           
 

Methods in org.hibernate.test.annotations.idmanytoone.alphabetical that return types with arguments of type C
 List<C> A.getChildren()
           
 

Methods in org.hibernate.test.annotations.idmanytoone.alphabetical with parameters of type C
 void B.setParent(C parent)
           
 void BId.setParent(C parent)
           
 

Method parameters in org.hibernate.test.annotations.idmanytoone.alphabetical with type arguments of type C
 void A.setChildren(List<C> children)
           
 



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