单项选择题
A.<choose>、<when>、<otherwise>元素组合B.<select>、<where>、<otherwise>元素组合C.<choose>、<when>、<trim>元素组合D.<if>、<when>、<otherwise>元素组合
动态SQL中,判断username不是空且不是空串的写法,正确的是()。A.<if "username!=nu...
单项选择题动态SQL中,判断username不是空且不是空串的写法,正确的是()。
A.<if "username!=null and username!=’’">B.<if test="username!=null or username!=’’">C.<if test="username!=null and username!=’’">D.<trim test="username!=null and username!=’’">
MyBatis 3采用了功能强大的基于()的表达式来完成动态SQL。A.TransactionB.OGNLC....
单项选择题MyBatis 3采用了功能强大的基于()的表达式来完成动态SQL。
A.TransactionB.OGNLC.MVCD.ORM
()的主要作用是定义映射规则、级联的更新以及定义类型转化器等。A.<resultMap>元素B.<enviro...
单项选择题()的主要作用是定义映射规则、级联的更新以及定义类型转化器等。
A.<resultMap>元素B.<enviroment>C.<transactionManager>D.<databaseProvider>