当前位置: 首页 > news >正文

Mybatis XML基本使用

Mybatis

文章目录

  • Mybatis
  • 前言
  • if 判断
    • 字符串判断
    • if 整数判断
    • 使用示例代码
  • case when 使用替代if else
    • 示例代码


前言

在XML 判断中 test 的 表达式 最好写在 ' ' 里面。
test 的 表达式 采用" " 写,当字符串是单个字符会报NumberFormatException异常

在XML中判断时候不能使用 < 需要用 &lt; 替代。

if 判断

if判断表达式里面最好是单引号作为表达式的区间

字符串判断

如果字符串是单个字符采用下列写法会报”NumberFormatException"

<if test = "sex != null and sex != '' and sex == 'M'">

需要修改一下如下方法才不会报错

<if test = 'sex != null and sex != "" and sex == "M"'>

if 整数判断

<if test = 'age == 10'>

使用示例代码

  select *
  from  
  <if test = 'condition &lt;= 1' >
  		table_1
  </if>
  <if test = 'condition > 1'>
  		table_2
  </if>

结果
传入参数 condition = 1

select *
from  
table_1

传入参数 condition = 2

select *
from  
table_2

case when 使用替代if else

<choose>
	<when test = 'condition == 1'>
		条件一执行如下SQL
	</when>
	<when test = 'condition == 2'>
		条件二执行如下SQL
	</when>
	<otherwise>
		上面条件不满足执行当前SQL
	</otherwise>
</choose>

示例代码

select * 
from order
where 1 = 1
<choose>
	<when test = 'condition == 1'>
		and price > 10   /**价格超过10元*/
	</when>
	<when test = 'condition == 2'>
		and type = 1  /**订单类型为 数码*/
	</when>
	<otherwise>
		and name like '%科技%'
	</otherwise>
</choose>

结果
传入参数 condition = 1

select * 
from order
where 1 = 1 and  price > 10

传入参数 condition = 2

select * 
from order
where 1 = 1 and type = 1

传入参数 condition = 10

select * 
from order
where 1 = 1 and name like '%科技%'

相关文章:

  • Aliyun CTF 2025 web 复现
  • OSPF的LSA详解(报文分析+具体例子)
  • 安装 ubuntu 2404 LTS 服务器 设置 服务器名称
  • 【路径查询组件优化记录:数据处理与显示逻辑重构】
  • Node-RED基础1
  • Django项目无法调取swagger.json接口数据
  • 内网不出网突破技巧-简述
  • 19873连通块中点的数量
  • std::ranges::views::common, std::ranges::common_view
  • 小程序渲染之谜:如何解决“加载中...”不消失的 Bug(glass-easel)
  • 跳表实现学习
  • Linux远程工具SecureCRT下载安装和使用
  • Python文件,模块
  • ​【C++设计模式】第二十三篇:观察者模式(Observer)
  • HOT100系列——(普通数组+矩阵)
  • DB-GPT-0.7版本win11安装,最新版本,安装方式变更了
  • ELK traceId 通过A服务调用B服务举例
  • 『MaxKB』MaxKB源码在Docker环境的部署实战
  • 第27周JavaSpringboot电商进阶开发 2.常用功能进阶
  • 要登录的设备ip未知时的处理方法
  • 发射后失联,印度地球观测卫星发射任务宣告失败
  • 网文书单|推荐4本网文,可以当作《绍宋》代餐
  • 首映|《星际宝贝史迪奇》真人电影,不变的“欧哈纳”
  • 国际乒联主席索林:洛杉矶奥运会增设混团是里程碑事件
  • 江西4人拟任县(市、区)委书记,其中一人为“80后”
  • 缅甸内观冥想的历史漂流:从“人民鸦片”到东方灵修