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/data/builder/RepositoryItemReaderBuilder.java
+3-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2017-2023 the original author or authors.
2
+
* Copyright 2017-2024 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.
@@ -130,6 +130,8 @@ public RepositoryItemReaderBuilder<T> arguments(Object... arguments) {
130
130
131
131
/**
132
132
* Provides ordering of the results so that order is maintained between paged queries.
133
+
* Use a {@link java.util.LinkedHashMap} in case of multiple sort entries to keep the
134
+
* order.
133
135
* @param sorts the fields to sort by and the directions.
0 commit comments