单项选择题
A.propertyB.selectC.columnD.fetchType
子标签配置已经有的结果集时使用()属性。A.propertyB.javaTypeC.resultTypeD.c...
单项选择题子标签配置已经有的结果集时使用()属性。
A.propertyB.javaTypeC.resultTypeD.columnPrefix
标签支持的属性值以及属性的作用和标签完全相同,分别有()。A.resultTypeB.columnPrefix...
多项选择题标签支持的属性值以及属性的作用和标签完全相同,分别有()。
A.resultTypeB.columnPrefixC.propertyD.javaType
在使用MyBatis的select标签查询客户(customer)的电话信息时,如果客户实体中电话的属性名为m...
单项选择题在使用MyBatis的select标签查询客户(customer)的电话信息时,如果客户实体中电话的属性名为mobile,而客户表所对应的字段名为phone,则正确的写法是()。
A.select phone from customerB.select mobile from customerC.select mobile as phone from customerD.select phone as mobile from customer