Uses of Class
org.eclipse.persistence.jpa.jpql.parser.SimpleSelectClause
-
Packages that use SimpleSelectClause 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 SimpleSelectClause in org.eclipse.persistence.jpa.jpql
Fields in org.eclipse.persistence.jpa.jpql declared as SimpleSelectClause Modifier and Type Field Description SimpleSelectClauseAbstractValidator.OwningClauseVisitor. simpleSelectClauseMethods in org.eclipse.persistence.jpa.jpql with parameters of type SimpleSelectClause Modifier and Type Method Description protected booleanEclipseLinkGrammarValidator. isInExpressionWithNestedArray(SimpleSelectClause expression)Determines whether the subquery is part of anINexpression where the left expression is a nested array.protected booleanAbstractGrammarValidator. isMultipleSubquerySelectItemsAllowed(SimpleSelectClause expression)Determines whether the given subquerySELECTclause can return more than one item or just a single.protected booleanEclipseLinkGrammarValidator. isMultipleSubquerySelectItemsAllowed(SimpleSelectClause expression)protected voidAbstractSemanticValidator. validateSimpleSelectClause(SimpleSelectClause expression)Validates the givenSimpleSelectClause.voidAbstractEclipseLinkSemanticValidator.SubquerySelectItemCalculator. visit(SimpleSelectClause expression)voidAbstractGrammarValidator. visit(SimpleSelectClause expression)voidAbstractSemanticValidator. visit(SimpleSelectClause expression)voidAbstractValidator.OwningClauseVisitor. visit(SimpleSelectClause expression)voidEclipseLinkGrammarValidator.InExpressionWithNestedArrayVisitor. visit(SimpleSelectClause expression) -
Uses of SimpleSelectClause in org.eclipse.persistence.jpa.jpql.parser
Methods in org.eclipse.persistence.jpa.jpql.parser that return SimpleSelectClause Modifier and Type Method Description protected SimpleSelectClauseSimpleSelectStatement. buildSelectClause()Methods in org.eclipse.persistence.jpa.jpql.parser with parameters of type SimpleSelectClause Modifier and Type Method Description voidAbstractExpressionVisitor. visit(SimpleSelectClause expression)voidAnonymousExpressionVisitor. visit(SimpleSelectClause expression)voidExpressionVisitor. visit(SimpleSelectClause expression)Visits theSimpleSelectClauseexpression.
-