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/support/SqlPagingQueryUtils.java
+3-2
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2006-2024 the original author or authors.
2
+
* Copyright 2006-2025 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -32,6 +32,7 @@
32
32
* @author Michael Minella
33
33
* @author Mahmoud Ben Hassine
34
34
* @author Taeik Lim
35
+
* @author Kyeonghoon Lee
35
36
* @since 2.0
36
37
*/
37
38
publicabstractclassSqlPagingQueryUtils {
@@ -233,7 +234,7 @@ public static String generateRowNumSqlQuery(AbstractSqlPagingQueryProvider provi
233
234
234
235
/**
235
236
* Generates ORDER BY attributes based on the sort keys.
236
-
* @param provider the {@link AbstractSqlPagingQueryProvider} to be used for used for
237
+
* @param provider the {@link AbstractSqlPagingQueryProvider} to be used for
237
238
* pagination.
238
239
* @return a String that can be appended to an ORDER BY clause.
0 commit comments