MyBatis之动态 SQL

动态 SQL

  • MyBatis 3 动态SQL

  • MyBatis 采用功能强大的基于 OGNL 的表达式来淘汰其它大部分元素

涉及的标签

  • if
  • choose (when, otherwise)
  • trim (where, set)
  • foreach
  • bind

注意事项

  • mybatis if标签判断

你可能感兴趣的:(mybatis-3.4.6,MyBatis源码解析,Mybatis,动态,SQL)