MyBatis-Plus 條件構(gòu)造器-AbstractWrapper

2022-03-24 16:27 更新

說明

?QueryWrapper?(LambdaQueryWrapper) 和 ?UpdateWrapper?(LambdaUpdateWrapper) 的父類

用于生成 sql 的 where 條件, entity 屬性也用于生成 sql 的 where 條件

注意: entity 生成的 where 條件與 使用各個 api 生成的 where 條件沒有任何關(guān)聯(lián)行為

 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  


以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號