We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 494abf1 commit b94f7cfCopy full SHA for b94f7cf
spring-batch-docs/modules/ROOT/pages/appendix.adoc
@@ -42,7 +42,7 @@ This reader stores message offsets in the execution context to support restart c
42
|`ItemReaderAdapter`|Adapts any class to the
43
`ItemReader` interface.|Yes
44
|`JdbcCursorItemReader`|Reads from a database cursor over JDBC. See
45
- link:readersAndWriters.html#cursorBasedItemReaders["`Cursor-based ItemReaders`"].|No
+ link:readers-and-writers/database.html#cursorBasedItemReaders["`Cursor-based ItemReaders`"].|No
46
|`JdbcPagingItemReader`|Given an SQL statement, pages through the rows,
47
such that large datasets can be read without running out of
48
memory.|Yes
0 commit comments