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

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

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

Fields in org.hibernate.ejb.test.emops.cascade with type parameters of type A
static SingularAttribute<B4,A> B4_.a
           
static SingularAttribute<B2,A> B2_.a
           
static SingularAttribute<B1,A> B1_.a
           
static SingularAttribute<B3,A> B3_.a
           
static SetAttribute<A,B1> A_.b1List
           
static SetAttribute<A,B2> A_.b2List
           
static SetAttribute<A,B3> A_.b3List
           
static SetAttribute<A,B4> A_.b4List
           
static SingularAttribute<A,Integer> A_.id
           
static SingularAttribute<A,String> A_.name
           
 

Methods in org.hibernate.ejb.test.emops.cascade that return A
 A B1.getA()
           
 A B2.getA()
           
 A B3.getA()
           
 A B4.getA()
           
 

Methods in org.hibernate.ejb.test.emops.cascade with parameters of type A
 void B1.setA(A a)
           
 void B2.setA(A a)
           
 void B3.setA(A a)
           
 void B4.setA(A a)
           
 



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