"在MyBatis中,关于ResultType取值错误的是()"这道题是不是很难呢,如果不知道答案,接下来看一下小编就为大家提供一下正确答案哦。
在MyBatis中,关于ResultType取值错误的是()
A、〈select resultType="Integer"〉select count(*) fromperson〈/select〉
B、〈select resultType="int"〉select count(*) fromperson〈/select〉
C、〈select resultType="_int"〉select count(*) fromperson〈/select〉
D、〈select resultType="Java.lang.Integer"〉select count(*) fromperson〈/select〉
正确答案:A