Uses of Class
org.hibernate.ejb.test.emops.cascade.C2

Packages that use C2
org.hibernate.ejb.test.emops.cascade   
 

Uses of C2 in org.hibernate.ejb.test.emops.cascade
 

Fields in org.hibernate.ejb.test.emops.cascade with type parameters of type C2
static SingularAttribute<C2,B2> C2_.b2
           
static SetAttribute<B2,C2> B2_.c2List
           
static SingularAttribute<C2,Integer> C2_.id
           
 

Methods in org.hibernate.ejb.test.emops.cascade that return types with arguments of type C2
 Set<C2> B2.getC2List()
           
 

Method parameters in org.hibernate.ejb.test.emops.cascade with type arguments of type C2
 void B2.setC2List(Set<C2> list)
           
 



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