Query

一、实体

public interface BlogRepositoryextends JpaRepository, JpaSpecificationExecutor {

Page findAllByTitle(String name, Pageable pageable);

}

你可能感兴趣的:(Query)