Uses of Class
io.objectbox.Property
Packages that use Property
Package
Description
ObjectBox is an an easy to use, object-oriented lightweight database and a full alternative to SQLite.
-
Uses of Property in io.objectbox
Methods in io.objectbox that return PropertyMethods in io.objectbox with parameters of type PropertyModifier and TypeMethodDescriptionCursor.getBacklinkEntities(int entityId, Property<?> relationIdProperty, long key) (package private) long[]Cursor.getBacklinkIds(int entityId, Property<?> relationIdProperty, long key) Box.internalGetBacklinkEntities(int entityId, Property<?> relationIdProperty, long key) -
Uses of Property in io.objectbox.query
Fields in io.objectbox.query declared as PropertyModifier and TypeFieldDescription(package private) final Property<?> PropertyQuery.propertyPropertyQueryConditionImpl.propertyMethods in io.objectbox.query with parameters of type PropertyModifier and TypeMethodDescriptionNote: New code should use thenew query API.Note: New code should use thenew query API.Note: New code should use thenew query API.QueryBuilder.contains(Property<T> property, String value, QueryBuilder.StringOrder order) Note: New code should use thenew query API.QueryBuilder.containsElement(Property<T> property, String value, QueryBuilder.StringOrder order) Note: New code should use thenew query API.QueryBuilder.containsKeyValue(Property<T> property, String key, String value, QueryBuilder.StringOrder order) Note: New code should use thenew query API.QueryBuilder.endsWith(Property<T> property, String value, QueryBuilder.StringOrder order) Note: New code should use thenew query API.Note: New code should use thenew query API.Note: New code should use thenew query API.Note: New code should use thenew query API.Note: New code should use thenew query API.QueryBuilder.equal(Property<T> property, String value, QueryBuilder.StringOrder order) Note: New code should use thenew query API.Note: New code should use thenew query API.Note: New code should use thenew query API.Note: New code should use thenew query API.Note: New code should use thenew query API.QueryBuilder.greater(Property<T> property, String value, QueryBuilder.StringOrder order) Note: New code should use thenew query API.Note: New code should use thenew query API.QueryBuilder.greaterOrEqual(Property<T> property, byte[] value) Note: New code should use thenew query API.QueryBuilder.greaterOrEqual(Property<T> property, double value) Note: New code should use thenew query API.QueryBuilder.greaterOrEqual(Property<T> property, long value) Note: New code should use thenew query API.QueryBuilder.greaterOrEqual(Property<T> property, String value, QueryBuilder.StringOrder order) Note: New code should use thenew query API.QueryBuilder.greaterOrEqual(Property<T> property, Date value) Note: New code should use thenew query API.Note: New code should use thenew query API.Note: New code should use thenew query API.QueryBuilder.in(Property<T> property, String[] values, QueryBuilder.StringOrder order) Note: New code should use thenew query API.Note: New code should use thenew query API.Note: New code should use thenew query API.Note: New code should use thenew query API.Note: New code should use thenew query API.QueryBuilder.less(Property<T> property, String value, QueryBuilder.StringOrder order) Note: New code should use thenew query API.Note: New code should use thenew query API.QueryBuilder.lessOrEqual(Property<T> property, byte[] value) Note: New code should use thenew query API.QueryBuilder.lessOrEqual(Property<T> property, double value) Note: New code should use thenew query API.QueryBuilder.lessOrEqual(Property<T> property, long value) Note: New code should use thenew query API.QueryBuilder.lessOrEqual(Property<T> property, String value, QueryBuilder.StringOrder order) Note: New code should use thenew query API.QueryBuilder.lessOrEqual(Property<T> property, Date value) Note: New code should use thenew query API.QueryBuilder.nearestNeighbors(Property<T> property, float[] queryVector, int maxResultCount) Note: New code should use thenew query API.Note: New code should use thenew query API.Note: New code should use thenew query API.QueryBuilder.notEqual(Property<T> property, String value, QueryBuilder.StringOrder order) Note: New code should use thenew query API.Note: New code should use thenew query API.Note: New code should use thenew query API.Note: New code should use thenew query API.Note: New code should use thenew query API.Specifies given property to be used for sorting.Defines the order with which the results are ordered (default: none).Specifies given property in descending order to be used for sorting.Creates aPropertyQueryfor the given property.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.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.UseQuery.setParameter(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.UseQuery.setParameter(Property, String[])instead.Query.setParameters(Property<?> property, String key, String value) Sets a parameter previously given to theQueryBuilderto new values.QueryBuilder.startsWith(Property<T> property, String value, QueryBuilder.StringOrder order) Note: New code should use thenew query API.Constructors in io.objectbox.query with parameters of type PropertyModifierConstructorDescriptionByteArrayCondition(Property<T> property, PropertyQueryConditionImpl.ByteArrayCondition.Operation op, byte[] value) DoubleCondition(Property<T> property, PropertyQueryConditionImpl.DoubleCondition.Operation op, double value) DoubleDoubleCondition(Property<T> property, PropertyQueryConditionImpl.DoubleDoubleCondition.Operation op, double leftValue, double rightValue) IntArrayCondition(Property<T> property, PropertyQueryConditionImpl.IntArrayCondition.Operation op, int[] value) LongArrayCondition(Property<T> property, PropertyQueryConditionImpl.LongArrayCondition.Operation op, long[] value) LongArrayCondition(Property<T> property, PropertyQueryConditionImpl.LongArrayCondition.Operation op, Date[] value) LongCondition(Property<T> property, PropertyQueryConditionImpl.LongCondition.Operation op, boolean value) LongCondition(Property<T> property, PropertyQueryConditionImpl.LongCondition.Operation op, long value) LongCondition(Property<T> property, PropertyQueryConditionImpl.LongCondition.Operation op, Date value) LongLongCondition(Property<T> property, PropertyQueryConditionImpl.LongLongCondition.Operation op, long leftValue, long rightValue) LongLongCondition(Property<T> property, PropertyQueryConditionImpl.LongLongCondition.Operation op, Date leftValue, Date rightValue) NearestNeighborCondition(Property<T> property, float[] queryVector, int maxResultCount) NullCondition(Property<T> property, PropertyQueryConditionImpl.NullCondition.Operation op) (package private)PropertyQuery(Query<?> query, Property<?> property) (package private)PropertyQueryConditionImpl(Property<T> property) StringArrayCondition(Property<T> property, PropertyQueryConditionImpl.StringArrayCondition.Operation op, String[] value) StringArrayCondition(Property<T> property, PropertyQueryConditionImpl.StringArrayCondition.Operation op, String[] value, QueryBuilder.StringOrder order) StringCondition(Property<T> property, PropertyQueryConditionImpl.StringCondition.Operation op, String value) StringCondition(Property<T> property, PropertyQueryConditionImpl.StringCondition.Operation op, String value, QueryBuilder.StringOrder order) StringStringCondition(Property<T> property, PropertyQueryConditionImpl.StringStringCondition.Operation op, String leftValue, String rightValue, QueryBuilder.StringOrder order) -
Uses of Property in io.objectbox.relation
Fields in io.objectbox.relation declared as PropertyModifier and TypeFieldDescriptionfinal Property<?> RelationInfo.targetIdPropertyFor relations based on a target ID property (null otherwise).Constructors in io.objectbox.relation with parameters of type PropertyModifierConstructorDescriptionRelationInfo(EntityInfo<SOURCE> sourceInfo, EntityInfo<TARGET> targetInfo, ToManyGetter<SOURCE, TARGET> toManyGetter, Property<TARGET> targetIdProperty, ToOneGetter<TARGET, SOURCE> backlinkToOneGetter) ToMany as a ToOne backlinkRelationInfo(EntityInfo<SOURCE> sourceInfo, EntityInfo<TARGET> targetInfo, Property<SOURCE> targetIdProperty, ToOneGetter<SOURCE, TARGET> toOneGetter) ToOne
Query.setParameter(Property, int[])instead.