Interface Where


  • public interface Where
    The WHERE clause specifies a filter to the result. These filters are booleans operations that are composed of one or more conditions appended with the and (Operator.AND) and or (Operator.OR) operators.
    • Method Detail

      • getCondition

        Condition getCondition()
        The condition
        Returns:
        the condition