Uses of Class
org.eclipse.persistence.jpa.jpql.parser.IdentificationVariable
-
Packages that use IdentificationVariable Package Description org.eclipse.persistence.jpa.jpql 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.org.eclipse.persistence.jpa.jpql.parser This is the core of Hermes, this package contains the classes that can parse a JPQL query.org.eclipse.persistence.jpa.jpql.tools org.eclipse.persistence.jpa.jpql.tools.model 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.org.eclipse.persistence.jpa.jpql.tools.model.query This package contains theStateObjectclasses that represents a JPQL query.org.eclipse.persistence.jpa.jpql.tools.resolver -
-
Uses of IdentificationVariable in org.eclipse.persistence.jpa.jpql
Fields in org.eclipse.persistence.jpa.jpql declared as IdentificationVariable Modifier and Type Field Description protected IdentificationVariableAbstractSemanticValidator.ComparingEntityTypeLiteralVisitor. expressionIdentificationVariableBaseDeclarationIdentificationVariableFinder. 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 IdentificationVariable Modifier and Type Field Description protected 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 IdentificationVariable Modifier and Type Method Description protected 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 IdentificationVariable Modifier and Type Method Description protected 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)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 IdentificationVariable Modifier and Type Method Description voidSemanticValidatorHelper. 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 IdentificationVariable Modifier and Type Method Description voidAbstractExpressionVisitor. 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 IdentificationVariable Modifier and Type Field Description protected IdentificationVariableGenericSemanticValidatorHelper.IdentificationVariableVisitor. identificationVariableMethods in org.eclipse.persistence.jpa.jpql.tools that return IdentificationVariable Modifier and Type Method Description protected IdentificationVariableGenericSemanticValidatorHelper. getIdentificationVariable(Expression expression)Methods in org.eclipse.persistence.jpa.jpql.tools with parameters of type IdentificationVariable Modifier and Type Method Description protected 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 IdentificationVariable Modifier and Type Method Description protected 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 IdentificationVariable Modifier and Type Method Description voidBasicStateObjectBuilder.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 IdentificationVariable Modifier and Type Method Description IdentificationVariableIdentificationVariableStateObject. getExpression()Methods in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type IdentificationVariable Modifier and Type Method Description voidIdentificationVariableStateObject. 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 IdentificationVariable Modifier and Type Field Description protected IdentificationVariableDeclaration. identificationVariableThe identification variable used to declare the "root" object.Methods in org.eclipse.persistence.jpa.jpql.tools.resolver that return IdentificationVariable Modifier and Type Method Description IdentificationVariableDeclaration. getIdentificationVariable()Returns theIdentificationVariableused to declare the "root" object.Methods in org.eclipse.persistence.jpa.jpql.tools.resolver that return types with arguments of type IdentificationVariable Modifier and Type Method Description Map<IdentificationVariable,String>DeclarationResolver. 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 IdentificationVariable Modifier and Type Method Description voidDeclarationResolver.DeclarationVisitor. visit(IdentificationVariable expression)voidResolverBuilder. visit(IdentificationVariable expression)
-