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
We have lot of JPA relations in our application because of that when we fire findAll() internally it fires lot of queries because of that the response time is in minutes, We have implemented EntityGraph with basic JPA code and now there is only single query is getting fired with all the joins.
Can we integrate javax.persistence.EntityGraph with Crnk?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi Team,
We have lot of JPA relations in our application because of that when we fire
findAll()
internally it fires lot of queries because of that the response time is in minutes, We have implemented EntityGraph with basic JPA code and now there is only single query is getting fired with all the joins.Can we integrate javax.persistence.EntityGraph with Crnk?
Thanks in advance.
The text was updated successfully, but these errors were encountered: