A.<set>B.<bind>C.<collection>D.<typeHandler>
单项选择题<resultMap>的子元素()用来处理一对多关联关系。
A.<association>B.<collection>C.<discriminator>D.<arg/>
单项选择题打开延迟加载的开关,正确的是()。
A.<setting name="lazyLoadingEnabled"value="false"/>B.<setting name="lazyLoadingEnabled"value="true"/>C.<setting name="eagerLoadingEnabled"value="false"/>D.<setting name="eagerLoadingEnabled"value="true/>
单项选择题下列文件有可能是数据库连接配置属性文件的是()。
A.log4j.propertiesB.db.propertiesC.web.xmlD.springmvc-config.xml
单项选择题MyBatis默认使用()输出日志信息。
A.testB.log4jC.debugD.dao
单项选择题<resultMap>元素的子元素()可以用来处理对象之间的一对一关联。
A.<constructor>B.<id/>C.<result/>D.<association>