單項選擇題<resultMap>的子元素()可以用來處理多對多關(guān)聯(lián)關(guān)系。

A.<set>
B.<bind>
C.<collection>
D.<typeHandler>


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題<resultMap>的子元素()用來處理一對多關(guān)聯(lián)關(guān)系。

A.<association>
B.<collection>
C.<discriminator>
D.<arg/>

2.單項選擇題打開延遲加載的開關(guān),正確的是()。

A.<setting name="lazyLoadingEnabled"value="false"/>
B.<setting name="lazyLoadingEnabled"value="true"/>
C.<setting name="eagerLoadingEnabled"value="false"/>
D.<setting name="eagerLoadingEnabled"value="true/>

3.單項選擇題下列文件有可能是數(shù)據(jù)庫連接配置屬性文件的是()。

A.log4j.properties
B.db.properties
C.web.xml
D.springmvc-config.xml

4.單項選擇題MyBatis默認(rèn)使用()輸出日志信息。

A.test
B.log4j
C.debug
D.dao

5.單項選擇題<resultMap>元素的子元素()可以用來處理對象之間的一對一關(guān)聯(lián)。

A.<constructor>
B.<id/>
C.<result/>
D.<association>