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

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

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

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

Methods in org.hibernate.ejb.test.emops.cascade that return B1
 B1 C1.getB1()
           
 

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

Methods in org.hibernate.ejb.test.emops.cascade with parameters of type B1
 void C1.setB1(B1 b1)
           
 

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



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