pramoth / specification-with-projection

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

Add public long count(Specification<T> spec) #10

Closed Blackdread closed 6 years ago

Blackdread commented 6 years ago

Hi, good project. Could you add to next version a public long count(Specification<T> spec, Class<R> projectionType) for the projection implementation class

Blackdread commented 6 years ago

no need