Uses of Class
org.eclipse.persistence.jpa.jpql.parser.IdentificationVariable
Packages that use IdentificationVariable
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 IdentificationVariable in org.eclipse.persistence.jpa.jpql
Fields in org.eclipse.persistence.jpa.jpql declared as IdentificationVariableModifier and TypeFieldDescriptionprotected IdentificationVariable
AbstractSemanticValidator.ComparingEntityTypeLiteralVisitor.expression
BaseDeclarationIdentificationVariableFinder.expression
TheIdentificationVariable
used to define the abstract schema name from either the UPDATE or DELETE clause.Fields in org.eclipse.persistence.jpa.jpql with type parameters of type IdentificationVariableModifier and TypeFieldDescriptionprotected List
<IdentificationVariable> AbstractSemanticValidator.usedIdentificationVariables
TheIdentificationVariables
that are used throughout the query (top-level query and subqueries), except the identification variables defining an abstract schema name or a collection-valued path expression.Methods in org.eclipse.persistence.jpa.jpql that return IdentificationVariableModifier and TypeMethodDescriptionprotected IdentificationVariable
AbstractSemanticValidator.findVirtualIdentificationVariable
(AbstractSchemaName expression) Returns theIdentificationVariable
that defines the identification variable for either aDELETE
or anUPDATE
query.Methods in org.eclipse.persistence.jpa.jpql with parameters of type IdentificationVariableModifier and TypeMethodDescriptionprotected boolean
AbstractSemanticValidator.isComparingEntityTypeLiteral
(IdentificationVariable expression) Determines whether the given identification variable is used in a comparison expression: "expression = LargeProject".protected boolean
AbstractSemanticValidator.isIdentificationVariableValidInComparison
(IdentificationVariable expression) Determines whether an identification variable can be used in a comparison expression when the operator is either '<', '<=', '>', '>='.boolean
SemanticValidatorHelper.isIdentificationVariableValidInComparison
(IdentificationVariable expression) Determines whether an identification variable can be used in a comparison expression when the operator is either '<', '<=', '>', '>='.protected boolean
AbstractSemanticValidator.validateIdentificationVariable
(IdentificationVariable expression) Validates the givenIdentificationVariable
.protected boolean
AbstractSemanticValidator.validateIdentificationVariable
(IdentificationVariable expression, String variable) Validates the given identification variable.void
AbstractGrammarValidator.visit
(IdentificationVariable expression) void
AbstractSemanticValidator.ComparingEntityTypeLiteralVisitor.visit
(IdentificationVariable expression) void
AbstractSemanticValidator.ComparisonExpressionVisitor.visit
(IdentificationVariable expression) final void
AbstractSemanticValidator.visit
(IdentificationVariable expression) void
BaseDeclarationIdentificationVariableFinder.visit
(IdentificationVariable expression) void
LiteralVisitor.visit
(IdentificationVariable expression) void
ParameterTypeVisitor.visit
(IdentificationVariable expression) Method parameters in org.eclipse.persistence.jpa.jpql with type arguments of type IdentificationVariableModifier and TypeMethodDescriptionvoid
SemanticValidatorHelper.collectAllDeclarationIdentificationVariables
(Map<String, List<IdentificationVariable>> identificationVariables) Collects the identification variables that are defined in theFROM
clause of the current query and from the parent queries.void
SemanticValidatorHelper.collectLocalDeclarationIdentificationVariables
(Map<String, List<IdentificationVariable>> identificationVariables) Collects the identification variables that are defined in theFROM
clause of the current query. -
Uses of IdentificationVariable in org.eclipse.persistence.jpa.jpql.parser
Methods in org.eclipse.persistence.jpa.jpql.parser with parameters of type IdentificationVariableModifier and TypeMethodDescriptionvoid
AbstractExpressionVisitor.visit
(IdentificationVariable expression) void
AnonymousExpressionVisitor.visit
(IdentificationVariable expression) void
ExpressionVisitor.visit
(IdentificationVariable expression) Visits theIdentificationVariable
expression.void
FullyQualifyPathExpressionVisitor.visit
(IdentificationVariable expression) -
Uses of IdentificationVariable in org.eclipse.persistence.jpa.jpql.tools
Fields in org.eclipse.persistence.jpa.jpql.tools declared as IdentificationVariableModifier and TypeFieldDescriptionprotected IdentificationVariable
GenericSemanticValidatorHelper.IdentificationVariableVisitor.identificationVariable
Methods in org.eclipse.persistence.jpa.jpql.tools that return IdentificationVariableModifier and TypeMethodDescriptionprotected IdentificationVariable
GenericSemanticValidatorHelper.getIdentificationVariable
(Expression expression) Methods in org.eclipse.persistence.jpa.jpql.tools with parameters of type IdentificationVariableModifier and TypeMethodDescriptionprotected void
GenericSemanticValidatorHelper.addIdentificationVariable
(IdentificationVariable identificationVariable, Map<String, List<IdentificationVariable>> identificationVariables) boolean
GenericSemanticValidatorHelper.isIdentificationVariableValidInComparison
(IdentificationVariable expression) protected boolean
DefaultSemanticValidator.validateIdentificationVariable
(IdentificationVariable expression, String variable) void
AbstractContentAssistVisitor.AppendableExpressionVisitor.visit
(IdentificationVariable expression) void
AbstractContentAssistVisitor.DifferentComparisonFilter.visit
(IdentificationVariable expression) void
AbstractContentAssistVisitor.EndingQueryPositionBuilder.visit
(IdentificationVariable expression) void
AbstractContentAssistVisitor.IncompleteCollectionExpressionVisitor.visit
(IdentificationVariable expression) void
AbstractContentAssistVisitor.SubqueryAppendableExpressionVisitor.visit
(IdentificationVariable expression) void
AbstractContentAssistVisitor.visit
(IdentificationVariable expression) void
BasicRefactoringTool.EntityNameRenamer.visit
(IdentificationVariable expression) void
BasicRefactoringTool.ResultVariableNameRenamer.visit
(IdentificationVariable expression) void
BasicRefactoringTool.VariableNameRenamer.visit
(IdentificationVariable expression) void
DefaultSemanticValidator.ResultVariableInOrderByVisitor.visit
(IdentificationVariable expression) void
GenericSemanticValidatorHelper.IdentificationVariableVisitor.visit
(IdentificationVariable expression) Method parameters in org.eclipse.persistence.jpa.jpql.tools with type arguments of type IdentificationVariableModifier and TypeMethodDescriptionprotected void
GenericSemanticValidatorHelper.addIdentificationVariable
(IdentificationVariable identificationVariable, Map<String, List<IdentificationVariable>> identificationVariables) void
GenericSemanticValidatorHelper.collectAllDeclarationIdentificationVariables
(Map<String, List<IdentificationVariable>> identificationVariables) void
GenericSemanticValidatorHelper.collectLocalDeclarationIdentificationVariables
(Map<String, List<IdentificationVariable>> identificationVariables) protected void
GenericSemanticValidatorHelper.collectLocalDeclarationIdentificationVariables
(JPQLQueryContext queryContext, Map<String, List<IdentificationVariable>> identificationVariables) -
Uses of IdentificationVariable in org.eclipse.persistence.jpa.jpql.tools.model
Methods in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type IdentificationVariableModifier and TypeMethodDescriptionvoid
BasicStateObjectBuilder.AbstractRangeDeclarationBuilder.visit
(IdentificationVariable expression) void
BasicStateObjectBuilder.CollectionMemberDeclarationBuilder.visit
(IdentificationVariable expression) void
BasicStateObjectBuilder.DeleteStatementBuilder.visit
(IdentificationVariable expression) void
BasicStateObjectBuilder.UpdateStatementBuilder.visit
(IdentificationVariable expression) void
BasicStateObjectBuilder.visit
(IdentificationVariable expression) -
Uses of IdentificationVariable in org.eclipse.persistence.jpa.jpql.tools.model.query
Methods in org.eclipse.persistence.jpa.jpql.tools.model.query that return IdentificationVariableMethods in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type IdentificationVariableModifier and TypeMethodDescriptionvoid
IdentificationVariableStateObject.setExpression
(IdentificationVariable 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 IdentificationVariable in org.eclipse.persistence.jpa.jpql.tools.resolver
Fields in org.eclipse.persistence.jpa.jpql.tools.resolver declared as IdentificationVariableModifier and TypeFieldDescriptionprotected IdentificationVariable
Declaration.identificationVariable
The identification variable used to declare the "root" object.Methods in org.eclipse.persistence.jpa.jpql.tools.resolver that return IdentificationVariableModifier and TypeMethodDescriptionDeclaration.getIdentificationVariable()
Returns theIdentificationVariable
used to declare the "root" object.Methods in org.eclipse.persistence.jpa.jpql.tools.resolver that return types with arguments of type IdentificationVariableModifier and TypeMethodDescriptionDeclarationResolver.getResultVariablesMap()
Returns the map of result variables that got used to define a select expression.Methods in org.eclipse.persistence.jpa.jpql.tools.resolver with parameters of type IdentificationVariableModifier and TypeMethodDescriptionvoid
DeclarationResolver.DeclarationVisitor.visit
(IdentificationVariable expression) void
ResolverBuilder.visit
(IdentificationVariable expression)