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

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

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

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

Methods in org.hibernate.ejb.test.emops.cascade that return B2
 B2 C2.getB2()
           
 

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

Methods in org.hibernate.ejb.test.emops.cascade with parameters of type B2
 void C2.setB2(B2 b2)
           
 

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



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