Cosium / spring-data-jpa-entity-graph

Spring Data JPA extension allowing full dynamic usage of EntityGraph on repositories
MIT License
463 stars 51 forks source link

Request documentation help #171

Closed dnslin closed 3 months ago

dnslin commented 3 months ago

Could you provide documentation on how to use NamedEntityGraph or DynamicEntityGraph?

Compared to building with the @NamedEntityGraph annotation on the entity class, I would like to know how to dynamically construct using NamedEntityGraph or DynamicEntityGraph to solve the N+1 problem. I look forward to your reply. Thank you.

reda-alaoui commented 3 months ago

Just read the README.md?