Uses of Class
org.hibernate.test.annotations.cascade.circle.sequence.B

Packages that use B
org.hibernate.test.annotations.cascade.circle.sequence   
 

Uses of B in org.hibernate.test.annotations.cascade.circle.sequence
 

Methods in org.hibernate.test.annotations.cascade.circle.sequence that return B
 B C.getB()
           
 

Methods in org.hibernate.test.annotations.cascade.circle.sequence that return types with arguments of type B
 Set<B> A.getBCollection()
           
 Set<B> F.getBCollection()
           
 

Methods in org.hibernate.test.annotations.cascade.circle.sequence with parameters of type B
 void C.setB(B parameter)
           
 

Method parameters in org.hibernate.test.annotations.cascade.circle.sequence with type arguments of type B
 void A.setBCollection(Set<B> parameter)
           
 void F.setBCollection(Set<B> parameter)
           
 



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