标签: java spring-data-rest
Spring Data Rest是否支持下面的JPARepository方法?
<S extends T> Page<S> findAll(Example<S> example, Pageable pageable);
或QueryByExampleExecutor中的示例实体查找的任何变体?
QueryByExampleExecutor