已配置com.bawei.pojo.Student类的别名为Stu,在Mapper接口中有如下方法:
Public List<Student> findAll();
则对应的SQL映射文件中,select标签的resultType属性值可以是( )?
A.com.bawei.pojo.Student
B.Student
C.Stu
D.com.bawei.pojo.Stu
正确答案是AC
已配置com.bawei.pojo.Student类的别名为Stu,在Mapper接口中有如下方法:
Public List<Student> findAll();
则对应的SQL映射文件中,select标签的resultType属性值可以是( )?
A.com.bawei.pojo.Student
B.Student
C.Stu
D.com.bawei.pojo.Stu
正确答案是AC