pramoth / specification-with-projection

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

Fix bug that adding join fetch twice #20

Closed thesivis closed 3 years ago

thesivis commented 3 years ago

When spec is different of null, it was adding twice when you have join fetch.