Fix incorrect link in appendix

Issue #4595
This commit is contained in:
ChangYong
2024-05-15 15:15:54 +09:00
committed by Mahmoud Ben Hassine
parent 494abf1a8a
commit b94f7cfe36

View File

@@ -42,7 +42,7 @@ This reader stores message offsets in the execution context to support restart c
|`ItemReaderAdapter`|Adapts any class to the
`ItemReader` interface.|Yes
|`JdbcCursorItemReader`|Reads from a database cursor over JDBC. See
link:readersAndWriters.html#cursorBasedItemReaders["`Cursor-based ItemReaders`"].|No
link:readers-and-writers/database.html#cursorBasedItemReaders["`Cursor-based ItemReaders`"].|No
|`JdbcPagingItemReader`|Given an SQL statement, pages through the rows,
such that large datasets can be read without running out of
memory.|Yes