Uses of Class
org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
-
Packages that use AbstractFromClause 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 AbstractFromClause in org.eclipse.persistence.jpa.jpql
Methods in org.eclipse.persistence.jpa.jpql with parameters of type AbstractFromClause Modifier and Type Method Description protected voidAbstractGrammarValidator. validateAbstractFromClause(AbstractFromClause expression)protected voidAbstractSemanticValidator. validateAbstractFromClause(AbstractFromClause expression, AbstractSemanticValidator.FirstDeclarationVisitor visitor)Validates the givenFROMclause.protected voidAbstractSemanticValidator. validateFirstDeclaration(AbstractFromClause expression, JPQLQueryDeclaration declaration, AbstractSemanticValidator.FirstDeclarationVisitor visitor)protected voidAbstractSemanticValidator. validateJoinsIdentificationVariable(AbstractFromClause expression, List<? extends JPQLQueryDeclaration> declarations, JPQLQueryDeclaration declaration, int index) -
Uses of AbstractFromClause in org.eclipse.persistence.jpa.jpql.parser
Subclasses of AbstractFromClause in org.eclipse.persistence.jpa.jpql.parser Modifier and Type Class Description classFromClauseThe FROM clause of a query defines the domain of the query by declaring identification variables.classSimpleFromClauseThe FROM clause of a query defines the domain of the query by declaring identification variables.Methods in org.eclipse.persistence.jpa.jpql.parser that return AbstractFromClause Modifier and Type Method Description protected abstract AbstractFromClauseAbstractSelectStatement. buildFromClause()Creates the expression representing the from clause of this select statement.
-