Uses of Class
org.eclipse.persistence.jpa.jpql.parser.AbstractConditionalClause
Packages that use AbstractConditionalClause
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.
-
Uses of AbstractConditionalClause in org.eclipse.persistence.jpa.jpql
Methods in org.eclipse.persistence.jpa.jpql with parameters of type AbstractConditionalClauseModifier and TypeMethodDescriptionprotected void
AbstractGrammarValidator.validateAbstractConditionalClause
(AbstractConditionalClause expression, String missingConditionalExpressionMessageKey, String invalidConditionalExpressionMessageKey) -
Uses of AbstractConditionalClause in org.eclipse.persistence.jpa.jpql.parser
Subclasses of AbstractConditionalClause in org.eclipse.persistence.jpa.jpql.parserModifier and TypeClassDescriptionfinal class
The HAVING construct enables conditions to be specified that further restrict the query result as restrictions upon the groups.final class
Returns an expression that allows a join ON clause to be defined.final class
ASTART WITH
clause is optional and specifies the root row(s) of the hierarchy.final class
The WHERE clause of a query consists of a conditional expression used to select objects or values that satisfy the expression. -
Uses of AbstractConditionalClause in org.eclipse.persistence.jpa.jpql.tools
Methods in org.eclipse.persistence.jpa.jpql.tools with parameters of type AbstractConditionalClauseModifier and TypeMethodDescriptionAbstractContentAssistVisitor.ConditionalClauseCollectionHelper.buildCollectionExpression
(AbstractConditionalClause expression) boolean
AbstractContentAssistVisitor.ConditionalClauseCollectionHelper.hasDelimiterAfterIdentifier
(AbstractConditionalClause expression) protected void
AbstractContentAssistVisitor.EndingQueryPositionBuilder.visitAbstractConditionalClause
(AbstractConditionalClause expression)