parameterType:指定输入参数类型,mybatis通过ognl从输入对象中获取参数值拼接在sql中。

resultType:指定输出结果类型,mybatissql查询结果的一行记录数据映射为resultType指定类型的对象。

相关文章:

  • 2022-12-23
  • 2021-09-10
  • 2021-06-23
  • 2021-05-22
  • 2021-10-04
  • 2021-12-27
  • 2021-08-13
猜你喜欢
  • 2021-08-12
  • 2021-07-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案