在mybatis映射文件中,期望查询语句返回类型为java对象,应该使用()属性指定类的全限定名?
A.resultType
B.resultMap
C.paramterType
D.paramterMap
正确答案是A