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 b7572cb commit 67b7f38Copy full SHA for 67b7f38
spring-batch-docs/modules/ROOT/pages/appendix.adoc
@@ -39,7 +39,7 @@ This reader stores message offsets in the execution context to support restart c
39
|`ItemReaderAdapter`|Adapts any class to the
40
`ItemReader` interface.|Yes
41
|`JdbcCursorItemReader`|Reads from a database cursor over JDBC. See
42
- link:readersAndWriters.html#cursorBasedItemReaders["`Cursor-based ItemReaders`"].|No
+ link:readers-and-writers/database.html#cursorBasedItemReaders["`Cursor-based ItemReaders`"].|No
43
|`JdbcPagingItemReader`|Given an SQL statement, pages through the rows,
44
such that large datasets can be read without running out of
45
memory.|Yes
0 commit comments