Uses of Interface
io.objectbox.query.QueryFilter
-
Packages that use QueryFilter Package Description io.objectbox.query io.objectbox.relation -
-
Uses of QueryFilter in io.objectbox.query
Fields in io.objectbox.query declared as QueryFilter Modifier and Type Field Description private QueryFilter<T>Query. filterprivate QueryFilter<T>QueryBuilder. filterMethods in io.objectbox.query with parameters of type QueryFilter Modifier and Type Method Description QueryBuilder<T>QueryBuilder. 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 QueryFilter Constructor Description Query(Box<T> box, long queryHandle, java.util.List<EagerRelation<T,?>> eagerRelations, QueryFilter<T> filter, java.util.Comparator<T> comparator) -
Uses of QueryFilter in io.objectbox.relation
Methods in io.objectbox.relation with parameters of type QueryFilter Modifier and Type Method Description booleanToMany. 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.
-