单项选择题
当多个参数入参时,使用()注解保证接口中方法参数与SQL映射文件中#{}占位符对应。
A.@ControllerB.@ParamC.@RequestMappingD.@Value
单项选择题 当查询方法的返回值类型为List时,对应元素的resultType为(),其中Student类的别名为Student。
单项选择题 当Mapper接口使用Map集合入参时,SQL语句通过()使用Map集合中的元素值。
单项选择题 Mapper接口有如下方法public void insert(Student stu)则SQL映射文件中通过()使用Student的name属性。