Class QuerySimpleBuilder

    • Constructor Detail

      • QuerySimpleBuilder

        public QuerySimpleBuilder​(String operator)
        Constructs a QuerySimpleBuilder with the given initial operator.
        Parameters:
        operator - the initial operator
      • QuerySimpleBuilder

        public QuerySimpleBuilder​(String property,
                                  String operator)
        Constructs a QuerySimpleBuilder with the given initial property and operator.
        Parameters:
        property - the initial property name
        operator - the initial operator
      • QuerySimpleBuilder

        public QuerySimpleBuilder​(String property,
                                  String operator,
                                  Object... args)
        Constructs a QuerySimpleBuilder with the given initial property, operator, and arguments.
        Parameters:
        property - the initial property name
        operator - the initial operator
        args - the initial arguments, see addArguments(java.lang.Object...)