I have relationship between 4 tables, A has B, C, D.
B having many to many relationship with A and C having onetomany with B and D has one-to-one with A.
Now how to fetch only a1, b1, c2, d1&d2 columns using spring data jpa.
I have relationship between 4 tables, A has B, C, D.
B having many to many relationship with A and C having onetomany with B and D has one-to-one with A.
Now how to fetch only a1, b1, c2, d1&d2 columns using spring data jpa.