单项选择题
A.selectOneB.selectListC.selectMapD.getList
MyBatis 中包含关联关系配置时,使用的自定义结果标签是()。A.<result>B.<resultTyp...
单项选择题MyBatis 中包含关联关系配置时,使用的自定义结果标签是()。
A.<result>B.<resultType>C.<resultMap>D.<collection>
MyBatis中Mapper.xml配置文件中根标签是()。A.<mapper>B.<namespace>C....
单项选择题MyBatis中Mapper.xml配置文件中根标签是()。
A.<mapper>B.<namespace>C.<mapping>D.<map>
在MyBatis 动态SQL 中,多条件判断使用的标签是()。A.switchB.ifC.chooseD.el...
单项选择题在MyBatis 动态SQL 中,多条件判断使用的标签是()。
A.switchB.ifC.chooseD.elseif