单项选择题
动态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。
单项选择题 ()的主要作用是定义映射规则、级联的更新以及定义类型转化器等。
单项选择题 MyBatis的()元素的作用是定义可重用的SQL代码片段,然后在其他语句中引用这一代码片段。