mybatis注解——操作动态SQL

上一篇
使用mybatis注解

使用mybatis的注解执行动态SQL,简单的还行,复杂的还是建议写XML文件,因为不容易出错

所谓的使用注解执行动态SQL,就是把SQL语句用"}) List<String> selectRefundInfoFromTable(@Param("airline") String airline, @Param("platform") String platform);

你可能感兴趣的:(mybatis,mybatis,mysql)