单项选择题
当查询方法的返回值类型为List时,对应元素的resultType为(),其中Student类的别名为Student。
A.StudentB.ListC.List< Student>D.java.util.List
单项选择题 当Mapper接口使用Map集合入参时,SQL语句通过()使用Map集合中的元素值。
单项选择题 Mapper接口有如下方法public void insert(Student stu)则SQL映射文件中通过()使用Student的name属性。
单项选择题 在MyBatis中的SQL映射文件中,通常使用()元素实现查询操作。