Uses of Class
org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
-
Packages that use RangeVariableDeclaration 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 RangeVariableDeclaration in org.eclipse.persistence.jpa.jpql
Methods in org.eclipse.persistence.jpa.jpql with parameters of type RangeVariableDeclaration Modifier and Type Method Description protected 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)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 RangeVariableDeclaration Modifier and Type Method Description voidAbstractExpressionVisitor. 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 RangeVariableDeclaration Modifier and Type Field Description protected RangeVariableDeclarationAbstractContentAssistVisitor.RangeVariableDeclarationVisitor. expressionTheRangeVariableDeclarationif it was visited otherwisenull.Methods in org.eclipse.persistence.jpa.jpql.tools that return RangeVariableDeclaration Modifier and Type Method Description protected 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 RangeVariableDeclaration Modifier and Type Method Description voidAbstractContentAssistVisitor.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 RangeVariableDeclaration Modifier and Type Method Description voidBasicStateObjectBuilder.AbstractRangeDeclarationBuilder. visit(RangeVariableDeclaration expression)voidBasicStateObjectBuilder.DeleteStatementBuilder. visit(RangeVariableDeclaration expression)voidBasicStateObjectBuilder.UpdateStatementBuilder. visit(RangeVariableDeclaration expression)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 RangeVariableDeclaration Modifier and Type Method Description RangeVariableDeclarationAbstractRangeVariableDeclarationStateObject. getExpression()Methods in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type RangeVariableDeclaration Modifier and Type Method Description voidAbstractRangeVariableDeclarationStateObject. 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 RangeVariableDeclaration Modifier and Type Method Description voidDeclarationResolver.DeclarationVisitor. visit(RangeVariableDeclaration expression)voidDeclarationResolver.QualifyRangeDeclarationVisitor. visit(RangeVariableDeclaration expression)voidResolverBuilder. visit(RangeVariableDeclaration expression)
-