Uses of Class
io.objectbox.query.PropertyQuery
-
Packages that use PropertyQuery Package Description io.objectbox.query -
-
Uses of PropertyQuery in io.objectbox.query
Methods in io.objectbox.query that return PropertyQuery Modifier and Type Method Description PropertyQueryPropertyQuery. distinct()Only distinct values should be returned (e.g.PropertyQueryPropertyQuery. distinct(QueryBuilder.StringOrder stringOrder)For string properties you can specifyQueryBuilder.StringOrder.CASE_SENSITIVEif you want to have case sensitive distinct values (e.g.PropertyQueryPropertyQuery. nullValue(java.lang.Object nullValue)By default, null values are not returned by find methods (primitive arrays cannot contains nulls).PropertyQueryQuery. property(Property<T> property)Creates aPropertyQueryfor the given property.PropertyQueryPropertyQuery. reset()Clears all values (e.g.PropertyQueryPropertyQuery. unique()For find methods returning single values, e.g.
-