Hi All,
I have 3 entities Entity A has one-to-many assoication on Entity B, Entity B has one-to-many association on Entity C and Entity C has many-to-one association with Entity A. When JPA query is fired, i see the query being run for Entiy A and Entity B, but not for Entity C. Can you tell me if i am doing something wrong and is it allowed to do that?
Thanks