Skip to content

add a new findAll which takes only the Specification and return a List #16

@sic-sic

Description

@sic-sic

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);
     }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions