单项选择题
A.select phone from customerB.select mobile from customerC.select mobile as phone from customerD.select phone as mobile from customer
以下()不属于MyBatis的API。A.SqlSessionFactoryBuilderB.SqlSessi...
单项选择题以下()不属于MyBatis的API。
A.SqlSessionFactoryBuilderB.SqlSessionFactoryC.ExecutorD.SqlSession
以下关于MyBatis集合类型参数的处理,说法错误的是()。A.当参数为Collection接口,转化为Map...
单项选择题以下关于MyBatis集合类型参数的处理,说法错误的是()。
A.当参数为Collection接口,转化为Map,Map的Key为collectionB.当参数类型为List接口时,除了collection的值外,list作为keyC.如果参数为数组,也会转化为Map,Map的key为arrayD.如果参数为数组,也会转化为Map,Map的key为list
Mapper接口的参数可以是()。A.简单类型B.pojo类型包装类型C.MapD.List集合
多项选择题Mapper接口的参数可以是()。
A.简单类型B.pojo类型包装类型C.MapD.List集合