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 voidAbstractSemanticValidator.validateRangeVariableDeclaration(RangeVariableDeclaration expression) Validates the givenRangeVariableDeclaration.protected voidAbstractEclipseLinkSemanticValidator.validateRangeVariableDeclarationRootObject(RangeVariableDeclaration expression) protected voidAbstractSemanticValidator.validateRangeVariableDeclarationRootObject(RangeVariableDeclaration expression) Validates the "root" object of the givenRangeVariableDeclaration.voidAbstractGrammarValidator.visit(RangeVariableDeclaration expression) voidAbstractSemanticValidator.FirstDeclarationVisitor.visit(RangeVariableDeclaration expression) final voidAbstractSemanticValidator.visit(RangeVariableDeclaration expression) voidBaseDeclarationIdentificationVariableFinder.visit(RangeVariableDeclaration expression) voidLiteralVisitor.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 TypeMethodDescriptionvoidAbstractExpressionVisitor.visit(RangeVariableDeclaration expression) voidAnonymousExpressionVisitor.visit(RangeVariableDeclaration expression) voidExpressionVisitor.visit(RangeVariableDeclaration expression) Visits theRangeVariableDeclarationexpression.voidFullyQualifyPathExpressionVisitor.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 RangeVariableDeclarationAbstractContentAssistVisitor.RangeVariableDeclarationVisitor.expressionTheRangeVariableDeclarationif it was visited otherwisenull.Methods in org.eclipse.persistence.jpa.jpql.tools that return RangeVariableDeclarationModifier and TypeMethodDescriptionprotected RangeVariableDeclarationAbstractContentAssistVisitor.findRangeVariableDeclaration(UpdateClause expression) Retrieves theRangeVariableDeclarationthat defines the entity name and identification variable for the givenUpdateClause.Methods in org.eclipse.persistence.jpa.jpql.tools with parameters of type RangeVariableDeclarationModifier and TypeMethodDescriptionvoidAbstractContentAssistVisitor.AppendableExpressionVisitor.visit(RangeVariableDeclaration expression) voidAbstractContentAssistVisitor.DeclarationVisitor.visit(RangeVariableDeclaration expression) voidAbstractContentAssistVisitor.EndingQueryPositionBuilder.visit(RangeVariableDeclaration expression) voidAbstractContentAssistVisitor.IncompleteCollectionExpressionVisitor.visit(RangeVariableDeclaration expression) voidAbstractContentAssistVisitor.RangeVariableDeclarationVisitor.visit(RangeVariableDeclaration expression) voidAbstractContentAssistVisitor.visit(RangeVariableDeclaration expression) voidDefaultSemanticValidator.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 TypeMethodDescriptionvoidBasicStateObjectBuilder.AbstractRangeDeclarationBuilder.visit(RangeVariableDeclaration expression) voidBasicStateObjectBuilder.DeleteStatementBuilder.visit(RangeVariableDeclaration expression) voidBasicStateObjectBuilder.UpdateStatementBuilder.visit(RangeVariableDeclaration expression) final voidBasicStateObjectBuilder.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 TypeMethodDescriptionvoidAbstractRangeVariableDeclarationStateObject.setExpression(RangeVariableDeclaration expression) Keeps a reference of theparsed objectobject, 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 TypeMethodDescriptionvoidDeclarationResolver.DeclarationVisitor.visit(RangeVariableDeclaration expression) voidDeclarationResolver.QualifyRangeDeclarationVisitor.visit(RangeVariableDeclaration expression) voidResolverBuilder.visit(RangeVariableDeclaration expression)