public interface BinaryOperatorExpression<T> extends Expression<T>
Modifier and Type | Method and Description |
---|---|
Expression<?> |
getLeftHandOperand()
Get the left-hand operand.
|
Expression<?> |
getRightHandOperand()
Get the right-hand operand.
|
as, in, in, in, in, isNotNull, isNull
alias, getCompoundSelectionItems, isCompoundSelection
getAlias, getJavaType
Expression<?> getRightHandOperand()
Expression<?> getLeftHandOperand()
Copyright © 2021 JBoss by Red Hat. All rights reserved.