单项选择题
在Mapper接口中存在新增功能的方法时,可以在SQL映射文件中使用()元素与之对应。
A.insert
B.delete
C.update
D.select
点击查看答案
相关考题
-
单项选择题
SQL映射文件中主要编写SQL语句,下列()不属于SQL映射文件中的标签。
A.environment
B.delete
C.update
D.insert -
单项选择题
当多个参数入参时,使用()注解保证接口中方法参数与SQL映射文件中#{}占位符对应。
A.@Controller
B.@Param
C.@RequestMapping
D.@Value -
单项选择题
当查询方法的返回值类型为List时,对应元素的resultType为(),其中Student类的别名为Student。
A.Student
B.List
C.List< Student>
D.java.util.List
