摘要: 上篇文章介绍了如何使用mybatis-generator生成实体类、Mapper接口代码,其中生成的Mapper接口代码是不带ByExample方法的。本篇文章将介绍如何使用mybatis-generator生成的ByExample方法动态扩展where字句。 一、Mapper接口生成ByExamp 阅读全文
posted @ 2019-07-18 10:04 烟花易冷人憔悴 阅读(1785) 评论(1) 推荐(1) 编辑