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 IdentificationVariableAbstractSemanticValidator.ComparingEntityTypeLiteralVisitor.expressionBaseDeclarationIdentificationVariableFinder.expressionTheIdentificationVariableused 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.usedIdentificationVariablesTheIdentificationVariablesthat 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 IdentificationVariableAbstractSemanticValidator.findVirtualIdentificationVariable(AbstractSchemaName expression) Returns theIdentificationVariablethat defines the identification variable for either aDELETEor anUPDATEquery.Methods in org.eclipse.persistence.jpa.jpql with parameters of type IdentificationVariableModifier and TypeMethodDescriptionprotected booleanAbstractSemanticValidator.isComparingEntityTypeLiteral(IdentificationVariable expression) Determines whether the given identification variable is used in a comparison expression: "expression = LargeProject".protected booleanAbstractSemanticValidator.isIdentificationVariableValidInComparison(IdentificationVariable expression) Determines whether an identification variable can be used in a comparison expression when the operator is either '<', '<=', '>', '>='.booleanSemanticValidatorHelper.isIdentificationVariableValidInComparison(IdentificationVariable expression) Determines whether an identification variable can be used in a comparison expression when the operator is either '<', '<=', '>', '>='.protected booleanAbstractSemanticValidator.validateIdentificationVariable(IdentificationVariable expression) Validates the givenIdentificationVariable.protected booleanAbstractSemanticValidator.validateIdentificationVariable(IdentificationVariable expression, String variable) Validates the given identification variable.voidAbstractGrammarValidator.visit(IdentificationVariable expression) voidAbstractSemanticValidator.ComparingEntityTypeLiteralVisitor.visit(IdentificationVariable expression) voidAbstractSemanticValidator.ComparisonExpressionVisitor.visit(IdentificationVariable expression) final voidAbstractSemanticValidator.visit(IdentificationVariable expression) voidBaseDeclarationIdentificationVariableFinder.visit(IdentificationVariable expression) voidLiteralVisitor.visit(IdentificationVariable expression) voidParameterTypeVisitor.visit(IdentificationVariable expression) Method parameters in org.eclipse.persistence.jpa.jpql with type arguments of type IdentificationVariableModifier and TypeMethodDescriptionvoidSemanticValidatorHelper.collectAllDeclarationIdentificationVariables(Map<String, List<IdentificationVariable>> identificationVariables) Collects the identification variables that are defined in theFROMclause of the current query and from the parent queries.voidSemanticValidatorHelper.collectLocalDeclarationIdentificationVariables(Map<String, List<IdentificationVariable>> identificationVariables) Collects the identification variables that are defined in theFROMclause 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 TypeMethodDescriptionvoidAbstractExpressionVisitor.visit(IdentificationVariable expression) voidAnonymousExpressionVisitor.visit(IdentificationVariable expression) voidExpressionVisitor.visit(IdentificationVariable expression) Visits theIdentificationVariableexpression.voidFullyQualifyPathExpressionVisitor.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 IdentificationVariableGenericSemanticValidatorHelper.IdentificationVariableVisitor.identificationVariableMethods in org.eclipse.persistence.jpa.jpql.tools that return IdentificationVariableModifier and TypeMethodDescriptionprotected IdentificationVariableGenericSemanticValidatorHelper.getIdentificationVariable(Expression expression) Methods in org.eclipse.persistence.jpa.jpql.tools with parameters of type IdentificationVariableModifier and TypeMethodDescriptionprotected voidGenericSemanticValidatorHelper.addIdentificationVariable(IdentificationVariable identificationVariable, Map<String, List<IdentificationVariable>> identificationVariables) booleanGenericSemanticValidatorHelper.isIdentificationVariableValidInComparison(IdentificationVariable expression) protected booleanDefaultSemanticValidator.validateIdentificationVariable(IdentificationVariable expression, String variable) voidAbstractContentAssistVisitor.AppendableExpressionVisitor.visit(IdentificationVariable expression) voidAbstractContentAssistVisitor.DifferentComparisonFilter.visit(IdentificationVariable expression) voidAbstractContentAssistVisitor.EndingQueryPositionBuilder.visit(IdentificationVariable expression) voidAbstractContentAssistVisitor.IncompleteCollectionExpressionVisitor.visit(IdentificationVariable expression) voidAbstractContentAssistVisitor.SubqueryAppendableExpressionVisitor.visit(IdentificationVariable expression) voidAbstractContentAssistVisitor.visit(IdentificationVariable expression) voidBasicRefactoringTool.EntityNameRenamer.visit(IdentificationVariable expression) voidBasicRefactoringTool.ResultVariableNameRenamer.visit(IdentificationVariable expression) voidBasicRefactoringTool.VariableNameRenamer.visit(IdentificationVariable expression) voidDefaultSemanticValidator.ResultVariableInOrderByVisitor.visit(IdentificationVariable expression) voidGenericSemanticValidatorHelper.IdentificationVariableVisitor.visit(IdentificationVariable expression) Method parameters in org.eclipse.persistence.jpa.jpql.tools with type arguments of type IdentificationVariableModifier and TypeMethodDescriptionprotected voidGenericSemanticValidatorHelper.addIdentificationVariable(IdentificationVariable identificationVariable, Map<String, List<IdentificationVariable>> identificationVariables) voidGenericSemanticValidatorHelper.collectAllDeclarationIdentificationVariables(Map<String, List<IdentificationVariable>> identificationVariables) voidGenericSemanticValidatorHelper.collectLocalDeclarationIdentificationVariables(Map<String, List<IdentificationVariable>> identificationVariables) protected voidGenericSemanticValidatorHelper.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 TypeMethodDescriptionvoidBasicStateObjectBuilder.AbstractRangeDeclarationBuilder.visit(IdentificationVariable expression) voidBasicStateObjectBuilder.CollectionMemberDeclarationBuilder.visit(IdentificationVariable expression) voidBasicStateObjectBuilder.DeleteStatementBuilder.visit(IdentificationVariable expression) voidBasicStateObjectBuilder.UpdateStatementBuilder.visit(IdentificationVariable expression) voidBasicStateObjectBuilder.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 TypeMethodDescriptionvoidIdentificationVariableStateObject.setExpression(IdentificationVariable 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 IdentificationVariable in org.eclipse.persistence.jpa.jpql.tools.resolver
Fields in org.eclipse.persistence.jpa.jpql.tools.resolver declared as IdentificationVariableModifier and TypeFieldDescriptionprotected IdentificationVariableDeclaration.identificationVariableThe identification variable used to declare the "root" object.Methods in org.eclipse.persistence.jpa.jpql.tools.resolver that return IdentificationVariableModifier and TypeMethodDescriptionDeclaration.getIdentificationVariable()Returns theIdentificationVariableused 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 TypeMethodDescriptionvoidDeclarationResolver.DeclarationVisitor.visit(IdentificationVariable expression) voidResolverBuilder.visit(IdentificationVariable expression)