File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2929 <section name =" Spring Batch" >
3030 <p >
3131 As of version 1.1.0 MyBatis-Spring provides three beans for building Spring Batch applications: the <code >MyBatisPagingItemReader</code >,
32- <code >MyBatisCursorItemReader</code > and the <code >MyBatisBatchItemWriter</code >.
32+ the <code >MyBatisCursorItemReader</code > and the <code >MyBatisBatchItemWriter</code >.
3333 </p >
3434
3535 <p >
121121 This bean is an <code >IteamReader</code > that reads records from a database using a cursor.
122122 </p >
123123
124- <p >
125- <span class =" label important" >NOTE</span > To use this bean you need at least MyBatis 3.4.0 or a newer version.
126- </p >
124+ <p >
125+ <span class =" label important" >NOTE</span > To use this bean you need at least MyBatis 3.4.0 or a newer version.
126+ </p >
127127
128128 <p >
129129 It executes the query specified as the <code >setQueryId</code > property to retrieve requested data
You can’t perform that action at this time.
0 commit comments