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

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

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

Fields in org.hibernate.ejb.test.emops.cascade with type parameters of type C1
static SingularAttribute<C1,B1> C1_.b1
           
static SetAttribute<B1,C1> B1_.c1List
           
static SingularAttribute<C1,Integer> C1_.id
           
 

Methods in org.hibernate.ejb.test.emops.cascade that return types with arguments of type C1
 Set<C1> B1.getC1List()
           
 

Method parameters in org.hibernate.ejb.test.emops.cascade with type arguments of type C1
 void B1.setC1List(Set<C1> list)
           
 



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