0

I have a class A which contains a Set of class B , Class B contains a property of another class C and sam eproperty of class A , When I queried for class A then I am able to get Set of class B in the result set of class A but in that set of class B I am unable to get class C object (which is as a property in class B mapped as fetch type EAGER in class B) . I have used FETCHTYPE.EAGER of JPA.

I am not able to get why I am not getting the property object of class C when accessing Set of class B from class A .

Please help me in this. Thanks In Advance

4

0 回答 0