Interface PropertyQueryCondition<T>

All Superinterfaces:
QueryCondition<T>
All Known Implementing Classes:
PropertyQueryConditionImpl, PropertyQueryConditionImpl.ByteArrayCondition, PropertyQueryConditionImpl.DoubleCondition, PropertyQueryConditionImpl.DoubleDoubleCondition, PropertyQueryConditionImpl.IntArrayCondition, PropertyQueryConditionImpl.LongArrayCondition, PropertyQueryConditionImpl.LongCondition, PropertyQueryConditionImpl.LongLongCondition, PropertyQueryConditionImpl.NearestNeighborCondition, PropertyQueryConditionImpl.NullCondition, PropertyQueryConditionImpl.StringArrayCondition, PropertyQueryConditionImpl.StringCondition, PropertyQueryConditionImpl.StringDoubleCondition, PropertyQueryConditionImpl.StringLongCondition, PropertyQueryConditionImpl.StringStringCondition

public interface PropertyQueryCondition<T> extends QueryCondition<T>
A condition on a Property, which can have an alias to allow referring to it later.
  • Method Summary

    Modifier and Type
    Method
    Description
    alias(String name)
    Assigns an alias to this condition that can later be used with the Query setParameter methods.

    Methods inherited from interface io.objectbox.query.QueryCondition

    and, or
  • Method Details

    • alias

      QueryCondition<T> alias(String name)
      Assigns an alias to this condition that can later be used with the Query setParameter methods.