I\'m trying to get a page of a partial entity (NetworkSimple) using the new feature of spring data, projections
I\'ve checked the documentation and if I request only:
You can use:
@Query("SELECT n FROM Network n") Page extends NetworkSimple> findAllProjectedBy(Pageable pageable);