gpt4 book ai didi

Java : Iterating a Set in ibatis

转载 作者:太空宇宙 更新时间:2023-11-04 08:32:25 31 4
gpt4 key购买 nike

我在模型对象中有一个 Set 属性。

    class AA{

Set x;
}

但是当我尝试迭代 ibatis xml 文件中的 Set 时,出现以下异常。

   The 'x' property of the AA class is not a List or Array.

这是 ibatis xml 文件中存在的内容。

    <iterate property="x" open="(" close=")" conjunction=","> 

#x[]#

</iterate>

我错过了什么?

最佳答案

您可能想看看这个问题:Iterate list of Objects in Ibatis

他们谈论的是列表而不是集合,但 ibatis 似乎只支持列表和数组的迭代。

关于Java : Iterating a Set in ibatis,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7208049/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com