如何从使用MongoItemReader(Springbatch)读取的对象中迭代列表

时间:2019-03-21 05:23:34

标签: mongodb spring-batch

如何使用MongoItemReader读取对象中的列表,然后从我刚刚读取的对象(父对象)中迭代列表子对象。

Ex:

<classRoom>
<studentList>
    <student>
    ..
    </student>
    <student>
    ..
    </student>      
</studentList>

我是通过mongoItemreader检索classRoom的。.但是我希望读者可以在调用ItemProcessor之前由Student在StudentList中进行迭代。

0 个答案:

没有答案