Cosium / spring-data-jpa-entity-graph

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

DefaultEntityGraph V2 #75

Closed reda-alaoui closed 2 years ago

reda-alaoui commented 2 years ago

I was missing something in #73 . For one Entity, using bare JPA annotations, there is no way to have a default EntityGraph per referencing entities.

So in the end, DefaultEntityGraph is still useful. Let's reinstate the concept with a better implementation.