MyBatis-Plus AbstractWrapper-nested

2022-03-24 15:49 更新
MyBatis-Plus 條件構(gòu)造器-AbstractWrapperMyBatis-Plus 條件構(gòu)造器-AbstractWrapper
nested(Consumer<Param> consumer)
nested(boolean condition, Consumer<Param> consumer)

  • 正常嵌套 不帶 AND 或者 OR
  • 例: ?nested(i -> i.eq("name", "李白").ne("status", "活著"))--->(name = '李白' and status <> '活著')?


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

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號