MyBatis-Plus AbstractWrapper-nested

2022-03-24 15:49 更新
MyBatis-Plus 条件构造器-AbstractWrapperMyBatis-Plus 条件构造器-AbstractWrapper
nested(Consumer<Param> consumer)
nested(boolean condition, Consumer<Param> consumer)

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


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

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号