会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
博客园
首页
联系
管理
2020年12月2日
MyBatis中模糊查询like的几种使用方式
摘要: 1. 直接在Java代码中添加通配符的方式 String sname = "%张三%"; System.out.println(studentMapper.getStudent(sname)); <select id="getStudent" resultType="map" parameterTy
阅读全文
posted @ 2020-12-02 11:24 布禾
阅读(574)
评论(0)
推荐(0)
编辑
公告