Interface FilterOperator

    • Method Detail

      • toExpression

        String toExpression​(String operand,
                            Object... operands)
        Parameters:
        operand - property/column name
        operands - operands, i.e. values used in the where clause
        Returns:
        a partial HQL expression
      • accept

        boolean accept​(Object operand,
                       Object... operands)
      • getOperandCount

        int getOperandCount()