LambdaQueryWrapper用法简单介绍

更新时间:2023-05-31 08:37:20 阅读: 评论:0

2.LambdaQueryWrapper :与QueryWrapper查询类似,不过使⽤的是Lambda语法。举例如下:
package;
import Data;
自然生态平衡@Data
public class Comment {
private Long id;街舞英文
public Result commentsByArticleId(Long id){
LambdaQueryWrapper<Comment> queryWrapper =new LambdaQueryWrapper<>();        queryWrapper.eq(Comment::getArticleId, id);
//        1. 其中Comment::getArticleId的意思就相当于:
//        1.1 实例化⼀个Comment对象
纯原和正品的区别
经典老歌下载//        Comment comment = new comment;
欠条
//        1.2 调⽤对象Comment的get⽅法,这⾥调⽤的是getArticleId:
板栗鸡的做法
《读者》在线阅读//        ArticleId();
//        2.eq⽅法相当于赋值“=”
//        即将ArticleId的值为参数id,注意此时使⽤的是get⽅法⽽不是t⽅法
queryWrapper.eq(Comment::getLevel,1);
List<Comment> comments = commentMapper.lectList(queryWrapper);
红薯糯米饼的做法List<CommentVo> commentVoList =copyList(comments);
return Result.success(commentVoList);
}

本文发布于:2023-05-31 08:37:20,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/fan/82/819159.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

标签:相当于   做法   纯原   老歌   注意   类似   语法   阅读
相关文章
留言与评论(共有 0 条评论)
   
验证码:
推荐文章
排行榜
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图