MyBatis-动态SQL常用标签

功能 标签名称
定义sql语句 insert
delete
update
select
配置java对象属性与查询结果集中列名对应关系 resultMap
控制动态SQL拼接 foreach
if
choose
格式化输出 where
set
trim
配置关联关系 collection
association
定义常量 sql
引用常量 include

  
  
  


等价于



and command=#{command}



  
    
    
    
  

你可能感兴趣的:(MyBatis-动态SQL常用标签)