@ParametersAreNonnullByDefault
Package io.objectbox.query
Classes related to
building
a Query
or PropertyQuery
.
For more details look at the documentation of individual classes and docs.objectbox.io/queries.
-
Interface Summary Interface Description PropertyQueryCondition<T> A condition on aProperty
, which can have an alias to allow referring to it later.QueryCondition<T> Allows building queries with a fluent interface.QueryConsumer<T> QueryFilter<T> Decides which entities to keep as a query result. -
Exception Summary Exception Description BreakForEach You can throw this inside aQueryConsumer
to signalQuery.forEach(QueryConsumer)
should "break".