You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-batch-infrastructure/src/main/java/org/springframework/batch/item/database/builder/JdbcPagingItemReaderBuilder.java
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -44,8 +44,8 @@
44
44
* This is a builder for the {@link JdbcPagingItemReader}. When configuring, either a
45
45
* {@link PagingQueryProvider} or the SQL fragments should be provided. If the SQL
46
46
* fragments are provided, the metadata from the provided {@link DataSource} will be used
47
-
* to create a PagingQueryProvider for you. If both are provided, the PagingQueryProvider
48
-
* will be used.
47
+
* to create a {@link PagingQueryProvider} for you. If both are provided, the
48
+
* {@link PagingQueryProvider} will be used.
49
49
*
50
50
* @author Michael Minella
51
51
* @author Glenn Renfro
@@ -212,8 +212,8 @@ public JdbcPagingItemReaderBuilder<T> pageSize(int pageSize) {
212
212
213
213
/**
214
214
* The SQL <code>GROUP BY</code> clause for a db
215
-
* specific @{@link PagingQueryProvider}. This is only used if a PagingQueryProvider
216
-
* is not provided.
215
+
* specific @{@link PagingQueryProvider}. This is only used if a
0 commit comments