Uses of Interface
io.objectbox.query.QueryFilter
Packages that use QueryFilter
Package
Description
-
Uses of QueryFilter in io.objectbox.query
Fields in io.objectbox.query declared as QueryFilterModifier and TypeFieldDescriptionprivate final QueryFilter<T> Query.filterprivate QueryFilter<T> QueryBuilder.filterMethods in io.objectbox.query with parameters of type QueryFilterModifier and TypeMethodDescriptionQueryBuilder.filter(QueryFilter<T> filter) Sets a filter that executes on primary query results (returned from the db core) on a Java level.Constructors in io.objectbox.query with parameters of type QueryFilterModifierConstructorDescription(package private)Query(Box<T> box, long queryHandle, List<EagerRelation<T, ?>> eagerRelations, QueryFilter<T> filter, Comparator<T> comparator) -
Uses of QueryFilter in io.objectbox.relation
Methods in io.objectbox.relation with parameters of type QueryFilterModifier and TypeMethodDescriptionbooleanToMany.hasA(QueryFilter<TARGET> filter) Returns true if at least one of the target objects matches the given filter.booleanToMany.hasAll(QueryFilter<TARGET> filter) Returns true if all of the target objects match the given filter.