Uses of Class
org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
Packages that use RangeVariableDeclaration
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.
The classes defined in this package define the state model API, a state model can be used to
manually or programmatically create and edit a JPQL query.
This package contains the
StateObject
classes that represents a JPQL query.-
Uses of RangeVariableDeclaration in org.eclipse.persistence.jpa.jpql
Methods in org.eclipse.persistence.jpa.jpql with parameters of type RangeVariableDeclarationModifier and TypeMethodDescriptionprotected void
AbstractSemanticValidator.validateRangeVariableDeclaration
(RangeVariableDeclaration expression) Validates the givenRangeVariableDeclaration
.protected void
AbstractEclipseLinkSemanticValidator.validateRangeVariableDeclarationRootObject
(RangeVariableDeclaration expression) protected void
AbstractSemanticValidator.validateRangeVariableDeclarationRootObject
(RangeVariableDeclaration expression) Validates the "root" object of the givenRangeVariableDeclaration
.void
AbstractGrammarValidator.visit
(RangeVariableDeclaration expression) void
AbstractSemanticValidator.FirstDeclarationVisitor.visit
(RangeVariableDeclaration expression) final void
AbstractSemanticValidator.visit
(RangeVariableDeclaration expression) void
BaseDeclarationIdentificationVariableFinder.visit
(RangeVariableDeclaration expression) void
LiteralVisitor.visit
(RangeVariableDeclaration expression) -
Uses of RangeVariableDeclaration in org.eclipse.persistence.jpa.jpql.parser
Methods in org.eclipse.persistence.jpa.jpql.parser with parameters of type RangeVariableDeclarationModifier and TypeMethodDescriptionvoid
AbstractExpressionVisitor.visit
(RangeVariableDeclaration expression) void
AnonymousExpressionVisitor.visit
(RangeVariableDeclaration expression) void
ExpressionVisitor.visit
(RangeVariableDeclaration expression) Visits theRangeVariableDeclaration
expression.void
FullyQualifyPathExpressionVisitor.visit
(RangeVariableDeclaration expression) -
Uses of RangeVariableDeclaration in org.eclipse.persistence.jpa.jpql.tools
Fields in org.eclipse.persistence.jpa.jpql.tools declared as RangeVariableDeclarationModifier and TypeFieldDescriptionprotected RangeVariableDeclaration
AbstractContentAssistVisitor.RangeVariableDeclarationVisitor.expression
TheRangeVariableDeclaration
if it was visited otherwisenull
.Methods in org.eclipse.persistence.jpa.jpql.tools that return RangeVariableDeclarationModifier and TypeMethodDescriptionprotected RangeVariableDeclaration
AbstractContentAssistVisitor.findRangeVariableDeclaration
(UpdateClause expression) Retrieves theRangeVariableDeclaration
that defines the entity name and identification variable for the givenUpdateClause
.Methods in org.eclipse.persistence.jpa.jpql.tools with parameters of type RangeVariableDeclarationModifier and TypeMethodDescriptionvoid
AbstractContentAssistVisitor.AppendableExpressionVisitor.visit
(RangeVariableDeclaration expression) void
AbstractContentAssistVisitor.DeclarationVisitor.visit
(RangeVariableDeclaration expression) void
AbstractContentAssistVisitor.EndingQueryPositionBuilder.visit
(RangeVariableDeclaration expression) void
AbstractContentAssistVisitor.IncompleteCollectionExpressionVisitor.visit
(RangeVariableDeclaration expression) void
AbstractContentAssistVisitor.RangeVariableDeclarationVisitor.visit
(RangeVariableDeclaration expression) void
AbstractContentAssistVisitor.visit
(RangeVariableDeclaration expression) void
DefaultSemanticValidator.UpdateClauseAbstractSchemaNameFinder.visit
(RangeVariableDeclaration expression) -
Uses of RangeVariableDeclaration in org.eclipse.persistence.jpa.jpql.tools.model
Methods in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type RangeVariableDeclarationModifier and TypeMethodDescriptionvoid
BasicStateObjectBuilder.AbstractRangeDeclarationBuilder.visit
(RangeVariableDeclaration expression) void
BasicStateObjectBuilder.DeleteStatementBuilder.visit
(RangeVariableDeclaration expression) void
BasicStateObjectBuilder.UpdateStatementBuilder.visit
(RangeVariableDeclaration expression) final void
BasicStateObjectBuilder.visit
(RangeVariableDeclaration expression) -
Uses of RangeVariableDeclaration in org.eclipse.persistence.jpa.jpql.tools.model.query
Methods in org.eclipse.persistence.jpa.jpql.tools.model.query that return RangeVariableDeclarationMethods in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type RangeVariableDeclarationModifier and TypeMethodDescriptionvoid
AbstractRangeVariableDeclarationStateObject.setExpression
(RangeVariableDeclaration expression) Keeps a reference of theparsed object
object, which should only be* done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects
. -
Uses of RangeVariableDeclaration in org.eclipse.persistence.jpa.jpql.tools.resolver
Methods in org.eclipse.persistence.jpa.jpql.tools.resolver with parameters of type RangeVariableDeclarationModifier and TypeMethodDescriptionvoid
DeclarationResolver.DeclarationVisitor.visit
(RangeVariableDeclaration expression) void
DeclarationResolver.QualifyRangeDeclarationVisitor.visit
(RangeVariableDeclaration expression) void
ResolverBuilder.visit
(RangeVariableDeclaration expression)