单项选择题
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>
MyBatis的()元素的作用是定义可重用的SQL代码片段,然后在其他语句中引用这一代码片段。A.<delet...
单项选择题MyBatis的()元素的作用是定义可重用的SQL代码片段,然后在其他语句中引用这一代码片段。
A.<delete>B.<sql>C.<update>D.<enviroments>