接口 BinaryOperatorExpression<T>

  • 所有超级接口:
    javax.persistence.criteria.Expression<T>, javax.persistence.criteria.Selection<T>, javax.persistence.TupleElement<T>
    所有已知实现类:
    BinaryArithmeticOperation, ComparisonPredicate

    public interface BinaryOperatorExpression<T>
    extends javax.persistence.criteria.Expression<T>
    Contract for operators with two operands.
    作者:
    Steve Ebersole
    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      javax.persistence.criteria.Expression<?> getLeftHandOperand()
      Get the left-hand operand.
      javax.persistence.criteria.Expression<?> getRightHandOperand()
      Get the right-hand operand.
      • 从接口继承的方法 javax.persistence.criteria.Expression

        as, in, in, in, in, isNotNull, isNull
      • 从接口继承的方法 javax.persistence.criteria.Selection

        alias, getCompoundSelectionItems, isCompoundSelection
      • 从接口继承的方法 javax.persistence.TupleElement

        getAlias, getJavaType
    • 方法详细资料

      • getRightHandOperand

        javax.persistence.criteria.Expression<?> getRightHandOperand()
        Get the right-hand operand.
        返回:
        The right-hand operand.
      • getLeftHandOperand

        javax.persistence.criteria.Expression<?> getLeftHandOperand()
        Get the left-hand operand.
        返回:
        The left-hand operand.