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 6a14f12 commit 57c524cCopy full SHA for 57c524c
objectbox-java/src/main/java/io/objectbox/query/Query.java
@@ -220,7 +220,8 @@ public List<T> find() {
220
}
221
222
/**
223
- * Find all Objects matching the query between the given offset and limit. This helps with pagination.
+ * Find all Objects matching the query, skipping the first offset results and returning at most limit results.
224
+ * Use this for pagination.
225
*/
226
@Nonnull
227
public List<T> find(final long offset, final long limit) {
0 commit comments