Open sic-sic opened 5 years ago
I want to be able to return a List of my entity, So I think a method like the following one must be added.
@NoRepositoryBean public interface JpaSpecificationExecutorWithProjection<T> { List<T> findAll(Specification<T> spec, Class<R> projectionClass); }
Is this feature going to be merged soon..?
@sic-sic Are you going to create a PR to this repo?
I want to be able to return a List of my entity, So I think a method like the following one must be added.