Uses of Class
io.objectbox.query.Query
Packages that use Query
Package
Description
-
Uses of Query in io.objectbox.query
Fields in io.objectbox.query declared as QueryModifier and TypeFieldDescriptionQueryThreadLocal.original(package private) final Query<?> PropertyQuery.queryQueryPublisher.queryMethods in io.objectbox.query that return QueryModifier and TypeMethodDescriptionQueryBuilder.build()Builds the query and closes this QueryBuilder.Query.copy()Creates a copy of this for use in another thread.QueryThreadLocal.initialValue()Query.setParameter(Property<?> property, boolean value) Sets a parameter previously given to theQueryBuilderto a new value.Query.setParameter(Property<?> property, byte[] value) Sets a parameter previously given to theQueryBuilderto new values.Query.setParameter(Property<?> property, double value) Sets a parameter previously given to theQueryBuilderto a new value.Query.setParameter(Property<?> property, float[] value) Changes the parameter of the query condition forpropertyto a newvalue.Query.setParameter(Property<?> property, int[] value) Changes the parameter of the query condition forpropertyto a newvalue.Query.setParameter(Property<?> property, long value) Sets a parameter previously given to theQueryBuilderto a new value.Query.setParameter(Property<?> property, long[] value) Changes the parameter of the query condition forpropertyto a newvalue.Query.setParameter(Property<?> property, String value) Sets a parameter previously given to theQueryBuilderto a new value.Query.setParameter(Property<?> property, String[] value) Changes the parameter of the query condition forpropertyto a newvalue.Query.setParameter(Property<?> property, Date value) Sets a parameter previously given to theQueryBuilderto a new value.Query.setParameter(String alias, boolean value) Changes the parameter of the query condition with the matchingaliasto a newvalue.Query.setParameter(String alias, byte[] value) Changes the parameter of the query condition with the matchingaliasto a newvalue.Query.setParameter(String alias, double value) Changes the parameter of the query condition with the matchingaliasto a newvalue.Query.setParameter(String alias, float[] value) Changes the parameter of the query condition with the matchingaliasto a newvalue.Query.setParameter(String alias, int[] value) Changes the parameter of the query condition with the matchingaliasto a newvalue.Query.setParameter(String alias, long value) Changes the parameter of the query condition with the matchingaliasto a newvalue.Query.setParameter(String alias, long[] value) Changes the parameter of the query condition with the matchingaliasto a newvalue.Query.setParameter(String alias, String value) Changes the parameter of the query condition with the matchingaliasto a newvalue.Query.setParameter(String alias, String[] value) Changes the parameter of the query condition with the matchingaliasto a newvalue.Query.setParameter(String alias, Date value) Changes the parameter of the query condition with the matchingaliasto a newvalue.Query.setParameters(Property<?> property, double value1, double value2) Sets a parameter previously given to theQueryBuilderto new values.Query.setParameters(Property<?> property, int[] values) Deprecated.Query.setParameters(Property<?> property, long[] values) Deprecated.UsesetParameter(Property, long[])instead.Query.setParameters(Property<?> property, long value1, long value2) Sets a parameter previously given to theQueryBuilderto new values.Query.setParameters(Property<?> property, String[] values) Deprecated.UsesetParameter(Property, String[])instead.Query.setParameters(Property<?> property, String key, String value) Sets a parameter previously given to theQueryBuilderto new values.Query.setParameters(String alias, double value1, double value2) Changes the parameters of the query condition with the matchingaliasto the new values.Query.setParameters(String alias, int[] values) Deprecated.UsesetParameter(String, int[])instead.Query.setParameters(String alias, long[] values) Deprecated.UsesetParameter(String, long[])instead.Query.setParameters(String alias, long value1, long value2) Changes the parameters of the query condition with the matchingaliasto the new values.Query.setParameters(String alias, String[] values) Deprecated.UsesetParameter(String, String[])instead.Query.setParameters(String alias, String key, String value) Changes the parameters of the query condition with the matchingaliasto the new values.Methods in io.objectbox.query with parameters of type QueryModifier and TypeMethodDescriptionstatic <T> voidInternalAccess.nativeFindFirst(Query<T> query, long cursorHandle) Constructors in io.objectbox.query with parameters of type QueryModifierConstructorDescription(package private)PropertyQuery(Query<?> query, Property<?> property) privateCreates a copy of theoriginalQuery, but pointing to a different native query usinghandle.(package private)QueryPublisher(Query<T> query, Box<T> box) QueryThreadLocal(Query<T> original) SeeQueryThreadLocal. -
Uses of Query in io.objectbox.rx3
Methods in io.objectbox.rx3 with parameters of type QueryModifier and TypeMethodDescription(package private) static <T> voidRxQuery.createListItemEmitter(Query<T> query, io.reactivex.rxjava3.core.FlowableEmitter<T> emitter) static <T> io.reactivex.rxjava3.core.Flowable<T> RxQuery.flowableOneByOne(Query<T> query) The returned Flowable emits Query results one by one.static <T> io.reactivex.rxjava3.core.Flowable<T> RxQuery.flowableOneByOne(Query<T> query, io.reactivex.rxjava3.core.BackpressureStrategy strategy) The returned Flowable emits Query results one by one.static <T> io.reactivex.rxjava3.core.Observable<List<T>> RxQuery.observable(Query<T> query) The returned Observable emits Query results as Lists.static <T> io.reactivex.rxjava3.core.Single<List<T>> The returned Single emits one Query result as a List.
setParameter(Property, int[])instead.