Query

作者: 明镜执水 | 来源:发表于2019-07-22 16:13 被阅读0次

    一、实体

    public interface BlogRepositoryextends JpaRepository, JpaSpecificationExecutor {

    Page findAllByTitle(String name, Pageable pageable);

    }

    相关文章

      网友评论

          本文标题:Query

          本文链接:https://www.haomeiwen.com/subject/huuwlctx.html