MyBatis5_动态SQL

文章目录

  • MyBatis5_动态SQL
    • 1.if
    • 2.choose (when, otherwise)
    • 3.trim (where, set)
      • 1.where
      • 2.set
      • 3.trim
    • 4.foreach
      • 1.遍历集合
      • 2.mysql下批量插入两种方式
        • 方式1
        • 方式2
      • 3.oracle下批量插入两种方式
        • 方式1
        • 方式2
    • 5.内置参数_parameter和databaseId
    • 6.bind
    • 7.sql

你可能感兴趣的:(Mybatis)