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

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

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

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

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

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



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