1. 程式人生 > >mybatis 中collection中需要 open close separator

mybatis 中collection中需要 open close separator

mybatis 中collection中需要 open close separator

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

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

2018年03月22日 10:12:55  閱讀數:1296 標籤: 
mybatis
resultMap 
個人分類: mybatis  

mybatis 錯誤

The content of element type "resultMap" must match 

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

造成的原因是<resultMap>標籤中

需要按照

<id>

<result>

<association>

<collection>

順序來排列