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 06d10fc commit 84a2274Copy full SHA for 84a2274
objectbox-java/src/main/java/io/objectbox/Box.java
@@ -319,6 +319,7 @@ public List<T> getAll() {
319
320
/**
321
* Check if an object with the given ID exists in the database.
322
+ * This is more efficient than a {@link #get(long)} and comparing against null.
323
* @since 2.7
324
* @return true if a object with the given ID was found, false otherwise
325
*/
0 commit comments