Uses of Class
org.eclipse.persistence.jpa.jpql.parser.AbstractConditionalClause
-
Packages that use AbstractConditionalClause Package Description org.eclipse.persistence.jpa.jpql 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.org.eclipse.persistence.jpa.jpql.parser 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 AbstractConditionalClause Modifier and Type Method Description protected voidAbstractGrammarValidator. 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.parser Modifier and Type Class Description classHavingClauseThe HAVING construct enables conditions to be specified that further restrict the query result as restrictions upon the groups.classOnClauseReturns an expression that allows a join ON clause to be defined.classStartWithClauseASTART WITHclause is optional and specifies the root row(s) of the hierarchy.classWhereClauseThe WHERE clause of a query consists of a conditional expression used to select objects or values that satisfy the expression.
-