Uses of Class
org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
Package
Description
This package contains the Hermes features (except the parser itself): semantic and grammatical
validations, content assist support, calculating the query result type or the possible type of
an input parameter, refactoring tools.
This is the core of Hermes, this package contains the classes that can parse a JPQL query.
This package contains the
StateObject
classes that represents a JPQL query.-
Uses of CompoundExpression in org.eclipse.persistence.jpa.jpql
Modifier and TypeMethodDescriptionprotected void
AbstractGrammarValidator.validateCompoundExpression
(CompoundExpression expression, String identifier, String missingLeftExpression, String invalidLeftExpression, String missingRightExpression, String invalidRightExpression, String leftExpressionQueryBNF, String rightExpressionQueryBNF) protected int
AbstractSemanticValidator.validateFunctionPathExpression
(CompoundExpression expression, AbstractSemanticValidator.PathType pathType) Validates the left and right expressions of the given compound expression.protected void
ParameterTypeVisitor.visitCompoundExpression
(CompoundExpression expression) -
Uses of CompoundExpression in org.eclipse.persistence.jpa.jpql.parser
Modifier and TypeClassDescriptionfinal class
One of the four binary operators.final class
The AND logical operator chains multiple criteria together.class
This expression represents an arithmetic expression, which means the first and second expressions are aggregated with an arithmetic sign.final class
Only the values of like types are permitted to be compared.final class
One of the four binary operators.class
This expression represents a logical expression, which means the first and second expressions are aggregated with either AND or OR.final class
One of the four binary operators.final class
The OR logical operator chains multiple criteria together.final class
One of the four binary operators. -
Uses of CompoundExpression in org.eclipse.persistence.jpa.jpql.tools
Modifier and TypeMethodDescriptionprotected void
AbstractContentAssistVisitor.EndingQueryPositionBuilder.visitCompoundExpression
(CompoundExpression expression) -
Uses of CompoundExpression in org.eclipse.persistence.jpa.jpql.tools.model.query