Uses of Class
org.eclipse.persistence.jpa.jpql.parser.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
Modifier and TypeFieldDescriptionprotected IdentificationVariable
AbstractSemanticValidator.ComparingEntityTypeLiteralVisitor.expression
BaseDeclarationIdentificationVariableFinder.expression
TheIdentificationVariable
used to define the abstract schema name from either the UPDATE or DELETE clause.Modifier 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.Modifier and TypeMethodDescriptionprotected IdentificationVariable
AbstractSemanticValidator.findVirtualIdentificationVariable
(AbstractSchemaName expression) Returns theIdentificationVariable
that defines the identification variable for either aDELETE
or anUPDATE
query.Modifier 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) Modifier 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
Modifier 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
Modifier and TypeFieldDescriptionprotected IdentificationVariable
GenericSemanticValidatorHelper.IdentificationVariableVisitor.identificationVariable
Modifier and TypeMethodDescriptionprotected IdentificationVariable
GenericSemanticValidatorHelper.getIdentificationVariable
(Expression expression) Modifier 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) Modifier 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
Modifier 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
Modifier 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
Modifier and TypeFieldDescriptionprotected IdentificationVariable
Declaration.identificationVariable
The identification variable used to declare the "root" object.Modifier and TypeMethodDescriptionDeclaration.getIdentificationVariable()
Returns theIdentificationVariable
used to declare the "root" object.Modifier and TypeMethodDescriptionDeclarationResolver.getResultVariablesMap()
Returns the map of result variables that got used to define a select expression.Modifier and TypeMethodDescriptionvoid
DeclarationResolver.DeclarationVisitor.visit
(IdentificationVariable expression) void
ResolverBuilder.visit
(IdentificationVariable expression)