pramoth / specification-with-projection

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

Add new method and return Slice instead Page to get rid of count query. #7

Open pramoth opened 6 years ago

pramoth commented 6 years ago

Add new method and return Slice instead Page to get rid of count query.