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

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


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題打開延遲加載的開關(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/>

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

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

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

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

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

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

5.單項(xiàng)選擇題<association>元素中,指定表中對應(yīng)的字段的屬性是()。

A.property
B.column
C.javaType
D.fetchType