Uses of Package
io.objectbox.query
Packages that use io.objectbox.query
Package
Description
ObjectBox is an an easy to use, object-oriented lightweight database and a full alternative to SQLite.
-
Classes in io.objectbox.query used by io.objectbox
-
Classes in io.objectbox.query used by io.objectbox.queryClassDescriptionWraps the ID of a matching object and a score when using
Query.findIdsWithScores(long, long).A thread-safe, unmodifiableListthat gets Objects from their Box not until they are accessed.Logic based query conditions, currentlyLogicQueryCondition.AndConditionandLogicQueryCondition.OrCondition.Wraps a matching object and a score when usingQuery.findWithScores(long, long).Query for a specific property; create usingQuery.property(Property).A condition on aProperty, which can have an alias to allow referring to it later.Propertybased query conditions with implementations split by number and type of values, such asLongCondition,LongLongCondition,LongArrayConditionand the generalNullCondition.A repeatable Query returning the latest matching objects.Builds aQueryusing conditions which can then be used to return a list of matching Objects.Allows building queries with a fluent interface.Hides theQueryConditionImpl.apply(QueryBuilder)method from the public API (QueryCondition).Decides which entities to keep as a query result.ADataPublisherthat subscribes to an ObjectClassPublisher if there is at least one observer. -
Classes in io.objectbox.query used by io.objectbox.relationClassDescriptionAllows building queries with a fluent interface.Decides which entities to keep as a query result.
-
Classes in io.objectbox.query used by io.objectbox.rx3