码迷,mamicode.com
首页 > 其他好文 > 详细

mybatis 中collection中需要 open close separator

时间:2018-12-04 17:20:57      阅读:408      评论:0      收藏:0      [点我收藏+]

标签:search   tags   mod   count   edit   tor   type   str   label   

mybatis 中collection中需要 open close separator

<result property="openFactories" column="open_factories" />

The content of element type "resultMap" must match "(constructor?,id*,result*,association*,collect

mybatis 错误

The content of element type "resultMap" must match 

 "(constructor?,id*,result*,association*,collection*,discriminator?)".

造成的原因是<resultMap>标签中

需要按照

<id>

<result>

<association>

<collection>

顺序来排列

 

mybatis 中collection中需要 open close separator

标签:search   tags   mod   count   edit   tor   type   str   label   

原文地址:https://www.cnblogs.com/huiandong/p/10064571.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!