MyBatis-Plus 条件构造器-AbstractWrapper

2022-03-24 16:27 更新

说明

QueryWrapper​(LambdaQueryWrapper) 和 ​UpdateWrapper​(LambdaUpdateWrapper) 的父类

用于生成 sql 的 where 条件, entity 属性也用于生成 sql 的 where 条件

注意: entity 生成的 where 条件与 使用各个 api 生成的 where 条件没有任何关联行为

 allEq  eq  ne
 gt  ge  lt
 le  between  notBetween
 like  notLike  likeLeft
 likeRight  isNull  isNotNull
 in  notIn  inSql
 notInSql  groupBy  orderByAsc
 orderByDesc  orderBy  having
 func  or  and
 nested  apply  last
 exists  notExists  


以上内容是否对您有帮助:
在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号