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 6d30a1a commit 1c950acCopy full SHA for 1c950ac
objectbox-java/src/main/java/io/objectbox/Box.java
@@ -594,11 +594,10 @@ public long panicModeRemoveAll() {
594
}
595
596
/**
597
- * Returns a builder to create queries for Object matching supplied criteria.
+ * Create a query with no conditions.
598
*
599
- * @deprecated New code should use {@link #query(QueryCondition)} instead.
+ * @see #query(QueryCondition)
600
*/
601
- @Deprecated
602
public QueryBuilder<T> query() {
603
return new QueryBuilder<>(this, store.getNativeStore(), store.getDbName(entityClass));
604
0 commit comments