pramoth / specification-with-projection

Support projections with JpaSpecificationExecutor.findAll(Specification,Pageable) for Spring Data JPA
MIT License
164 stars 56 forks source link

Use Spring Data Annotation instead of manually provide EntityGraph #15

Closed zhengdai closed 5 years ago

zhengdai commented 5 years ago

how to Use Spring Data Annotation instead of manually provide EntityGraph, is there a demo?

pramoth commented 5 years ago

I made it already in master branch. please try and let me know any problem.

pramoth commented 5 years ago

Sorry I missed understand. We can't use spring data jpa annotation in findAll(), so it is not possible.