Uses of Class
org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
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 AbstractSelectClause in org.eclipse.persistence.jpa.jpql
Modifier and TypeMethodDescriptionprotected void
AbstractGrammarValidator.validateAbstractSelectClause
(AbstractSelectClause expression, boolean multipleSelectItemsAllowed) Validates the select expression of the givenSELECT
clause.protected void
EclipseLinkGrammarValidator.validateAbstractSelectClause
(AbstractSelectClause expression, boolean multipleSelectItemsAllowed) -
Uses of AbstractSelectClause in org.eclipse.persistence.jpa.jpql.parser
Modifier and TypeClassDescriptionfinal class
The SELECT clause queries data from entities.final class
The SELECT statement queries data from entities.Modifier and TypeMethodDescriptionprotected abstract AbstractSelectClause
AbstractSelectStatement.buildSelectClause()
Creates the expression representing the select clause of this select statement. -
Uses of AbstractSelectClause in org.eclipse.persistence.jpa.jpql.tools
Modifier and TypeClassDescriptionprotected static class
-
Uses of AbstractSelectClause in org.eclipse.persistence.jpa.jpql.tools.model.query