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

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

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

Fields in org.hibernate.ejb.test.emops.cascade with type parameters of type B3
static SingularAttribute<B3,A> B3_.a
           
static SetAttribute<A,B3> A_.b3List
           
static SingularAttribute<B3,Integer> B3_.id
           
 

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

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



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