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

Fix type information when using dynamic projection and generic repository #149

Closed leassis closed 6 months ago

leassis commented 6 months ago

fix: the type information when using generic repository along with dynamic projections.

closes #148

reda-alaoui commented 6 months ago

Hello @leassis , Please fix the formatting issue.

leassis commented 6 months ago

Do you have a standard formatter?

reda-alaoui commented 6 months ago

Yes, this one

You can run this to format your code.

leassis commented 6 months ago

done!

reda-alaoui commented 6 months ago

Thank you @leassis !