You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe the proposed solution in the previous thread:
`query.setHint(JAVAX_PERSISTENCE_FETCHGRAPH, graph);
only affects the lazy loading of tables, but not the columns being queried.
Is there any way to configure the library to optimize the queries generated by persistence provider so that it only generates queries including the filtered fields in the query?