Uses of Class
org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
-
Packages that use AbstractSelectStatement 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 AbstractSelectStatement in org.eclipse.persistence.jpa.jpql
Methods in org.eclipse.persistence.jpa.jpql with parameters of type AbstractSelectStatement Modifier and Type Method Description protected voidAbstractGrammarValidator. validateAbstractSelectStatement(AbstractSelectStatement expression) -
Uses of AbstractSelectStatement in org.eclipse.persistence.jpa.jpql.parser
Subclasses of AbstractSelectStatement in org.eclipse.persistence.jpa.jpql.parser Modifier and Type Class Description classSelectStatementASELECTquery is an operation that retrieves data from one or more tables or views.classSimpleSelectStatementBNFLsubquery ::= simple_select_clause subquery_from_clause [where_clause] [groupby_clause] [having_clause]
-