|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BinaryOperatorExpression<T>
Contract for operators with two operands.
Method Summary | |
---|---|
javax.persistence.criteria.Expression<?> |
getLeftHandOperand()
Get the left-hand operand. |
javax.persistence.criteria.Expression<?> |
getRightHandOperand()
Get the right-hand operand. |
Methods inherited from interface javax.persistence.criteria.Expression |
---|
as, in, in, in, in, isNotNull, isNull |
Methods inherited from interface javax.persistence.criteria.Selection |
---|
alias, getCompoundSelectionItems, isCompoundSelection |
Methods inherited from interface javax.persistence.TupleElement |
---|
getAlias, getJavaType |
Method Detail |
---|
javax.persistence.criteria.Expression<?> getRightHandOperand()
javax.persistence.criteria.Expression<?> getLeftHandOperand()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |