Uses of Class
org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
Packages that use 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
Methods in org.eclipse.persistence.jpa.jpql with parameters of type CompoundExpressionModifier and TypeMethodDescriptionprotected voidAbstractGrammarValidator.validateCompoundExpression(CompoundExpression expression, String identifier, String missingLeftExpression, String invalidLeftExpression, String missingRightExpression, String invalidRightExpression, String leftExpressionQueryBNF, String rightExpressionQueryBNF) protected intAbstractSemanticValidator.validateFunctionPathExpression(CompoundExpression expression, AbstractSemanticValidator.PathType pathType) Validates the left and right expressions of the given compound expression.protected voidParameterTypeVisitor.visitCompoundExpression(CompoundExpression expression) -
Uses of CompoundExpression in org.eclipse.persistence.jpa.jpql.parser
Subclasses of CompoundExpression in org.eclipse.persistence.jpa.jpql.parserModifier and TypeClassDescriptionfinal classOne of the four binary operators.final classThe AND logical operator chains multiple criteria together.classThis expression represents an arithmetic expression, which means the first and second expressions are aggregated with an arithmetic sign.final classOnly the values of like types are permitted to be compared.final classOne of the four binary operators.classThis expression represents a logical expression, which means the first and second expressions are aggregated with either AND or OR.final classOne of the four binary operators.final classThe OR logical operator chains multiple criteria together.final classOne of the four binary operators. -
Uses of CompoundExpression in org.eclipse.persistence.jpa.jpql.tools
Methods in org.eclipse.persistence.jpa.jpql.tools with parameters of type CompoundExpressionModifier and TypeMethodDescriptionprotected voidAbstractContentAssistVisitor.EndingQueryPositionBuilder.visitCompoundExpression(CompoundExpression expression) -
Uses of CompoundExpression in org.eclipse.persistence.jpa.jpql.tools.model.query
Methods in org.eclipse.persistence.jpa.jpql.tools.model.query that return CompoundExpression