首页 试题广场 > 试题详情
单选题

【C017067】有如下配置:
<resultMap id="goodsResultMap" type="com.qunar.scoresystem.bean.Goods">
<id property="goodsId" column="goods_id" />
<result property="goodsName" column="goods_name" />
<result property="goodsStorageNum" column="goods_storage_num" />
<result property="goodsScore" column="goods_score" />
<result property="goodsDescription" column="goods_description" />
<result property="goodsStatus" column="goods_status" />
<collection property="goodsImgs" resultMap="goodsImgResult" />
</resultMap>
通过以上配置说明,下列选项描述正确的是()

  • A.Goods类中可能有一个List集合
  • B.Goods类中可能有一个GoodImage对象
  • C.Goods类中可能有一个Map集合
  • D.Goods类中可能有一个Set集合
提交并查看答案
下一题 上一题
Ke星伙伴们的回答/ 9个回答
关闭
关闭
QQ
交流群
邀请
好友
App
下载
意见
反馈
返回
顶部