通用mapper操作 (or)

Posted 优秀不够是否无可取代

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了通用mapper操作 (or)相关的知识,希望对你有一定的参考价值。

 or 操作

ZymlPubDictionaryExample Example = new ZymlPubDictionaryExample();
Criteria c1 = Example.createCriteria();
Criteria c2 = Example.createCriteria();
c1.andDictGuidEqualTo(dictGuid);
c2.andParentDictGuidEqualTo(dictGuid);
Example.or(c2);

  

以上是关于通用mapper操作 (or)的主要内容,如果未能解决你的问题,请参考以下文章

spring-boot | 整合通用Mabatis 分页插件PageHelper

通用Mapper一

MyBatis 通用 Mapper 4.0.0 发布

GitChat活动:MyBatis 通用 Mapper 实现原理及相关内容

通用mapper和分类实现

Springboot集成mybatis通用Mapper与分页插件PageHelper(推荐)