Uses of Class
org.eclipse.persistence.jpa.jpql.parser.SelectClause
-
Packages that use SelectClause 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 SelectClause in org.eclipse.persistence.jpa.jpql
Fields in org.eclipse.persistence.jpa.jpql declared as SelectClause Modifier and Type Field Description SelectClauseAbstractValidator.OwningClauseVisitor. selectClauseMethods in org.eclipse.persistence.jpa.jpql with parameters of type SelectClause Modifier and Type Method Description protected voidAbstractSemanticValidator. validateSelectClause(SelectClause expression)Validates the givenSelectClause.voidAbstractGrammarValidator. visit(SelectClause expression)voidAbstractSemanticValidator. visit(SelectClause expression)voidAbstractValidator.OwningClauseVisitor. visit(SelectClause expression) -
Uses of SelectClause in org.eclipse.persistence.jpa.jpql.parser
Methods in org.eclipse.persistence.jpa.jpql.parser that return SelectClause Modifier and Type Method Description protected SelectClauseSelectStatement. buildSelectClause()Methods in org.eclipse.persistence.jpa.jpql.parser with parameters of type SelectClause Modifier and Type Method Description voidAbstractExpressionVisitor. visit(SelectClause expression)voidAnonymousExpressionVisitor. visit(SelectClause expression)voidExpressionVisitor. visit(SelectClause expression)Visits theSelectClauseexpression.
-