相关考题
-
单项选择题
当多个参数入参时,使用()注解保证接口中方法参数与SQL映射文件中#{}占位符对应。
A.@Controller
B.@Param
C.@RequestMapping
D.@Value -
单项选择题
当查询方法的返回值类型为List时,对应元素的resultType为(),其中Student类的别名为Student。
A.Student
B.List
C.List< Student>
D.java.util.List -
单项选择题
当Mapper接口使用Map集合入参时,SQL语句通过()使用Map集合中的元素值。
A.#{map.key}
B.#{map.value}
C.#{key}
D.#{value}
