单项选择题
在MyBatis 的配置文件中,通过()标签来设置实体类的别名。
A.properties
B.settings
C.typeAliases
D.dataSource
点击查看答案
相关考题
-
单项选择题
MyBatis中用于表示输入类型的属性名称是()。
A.resultType
B.parameterType
C.collection
D.returnType -
单项选择题
MyBatis中用于表示返回结果类型的属性名称是()。
A.resultType
B.parameterType
C.collection
D.returnType -
单项选择题
以下()不属于xml映射文件标签。
A.select
B.resultmap
C.parameter
D.include
