MyBatis-Plus 条件构造器-AbstractWrapper

说明

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 

作者:冒牌SEO,如若转载,请注明出处:https://www.web176.com/mybatis-plus/20395.html

(0)
打赏 支付宝 支付宝 微信 微信
冒牌SEO冒牌SEO
上一篇 2023年5月16日
下一篇 2023年5月16日

相关推荐

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注