Uses of Class
org.eclipse.persistence.jpa.jpql.parser.UpdateClause
Packages that use UpdateClause
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 UpdateClause in org.eclipse.persistence.jpa.jpql
Fields in org.eclipse.persistence.jpa.jpql declared as UpdateClauseMethods in org.eclipse.persistence.jpa.jpql with parameters of type UpdateClauseModifier and TypeMethodDescriptionprotected voidAbstractSemanticValidator.validateUpdateClause(UpdateClause expression) Validates the givenUpdateClause.voidAbstractGrammarValidator.visit(UpdateClause expression) final voidAbstractSemanticValidator.visit(UpdateClause expression) voidAbstractValidator.OwningClauseVisitor.visit(UpdateClause expression) voidBaseDeclarationIdentificationVariableFinder.visit(UpdateClause expression) -
Uses of UpdateClause in org.eclipse.persistence.jpa.jpql.parser
Methods in org.eclipse.persistence.jpa.jpql.parser that return UpdateClauseModifier and TypeMethodDescriptionUpdateStatement.getUpdateClause()Returns theUpdateClauserepresenting the UPDATE clause.Methods in org.eclipse.persistence.jpa.jpql.parser with parameters of type UpdateClauseModifier and TypeMethodDescriptionvoidAbstractExpressionVisitor.visit(UpdateClause expression) voidAnonymousExpressionVisitor.visit(UpdateClause expression) voidExpressionVisitor.visit(UpdateClause expression) Visits theUpdateClauseexpression.voidFullyQualifyPathExpressionVisitor.visit(UpdateClause expression) -
Uses of UpdateClause in org.eclipse.persistence.jpa.jpql.tools
Methods in org.eclipse.persistence.jpa.jpql.tools with parameters of type UpdateClauseModifier and TypeMethodDescriptionvoidAbstractContentAssistVisitor.UpdateItemCollectionHelper.addAtTheEndOfChild(UpdateClause expression, CollectionExpression collectionExpression, int index, boolean hasComma, boolean virtualSpace) voidAbstractContentAssistVisitor.UpdateItemCollectionHelper.addIdentifier(UpdateClause expression, String identifier) voidAbstractContentAssistVisitor.UpdateItemCollectionHelper.addTheBeginningOfChild(UpdateClause expression, CollectionExpression collectionExpression, int index, boolean hasComma) AbstractContentAssistVisitor.UpdateItemCollectionHelper.buildCollectionExpression(UpdateClause expression) booleanAbstractContentAssistVisitor.UpdateItemCollectionHelper.canContinue(UpdateClause expression, CollectionExpression collectionExpression, int index) protected RangeVariableDeclarationAbstractContentAssistVisitor.findRangeVariableDeclaration(UpdateClause expression) Retrieves theRangeVariableDeclarationthat defines the entity name and identification variable for the givenUpdateClause.booleanAbstractContentAssistVisitor.UpdateItemCollectionHelper.hasDelimiterAfterIdentifier(UpdateClause expression) intAbstractContentAssistVisitor.UpdateItemCollectionHelper.maxCollectionSize(UpdateClause expression) intAbstractContentAssistVisitor.UpdateItemCollectionHelper.preExpressionLength(UpdateClause expression) AbstractContentAssistVisitor.UpdateItemCollectionHelper.queryBNF(UpdateClause expression, int index) voidAbstractContentAssistVisitor.AppendableExpressionVisitor.visit(UpdateClause expression) voidAbstractContentAssistVisitor.EndingQueryPositionBuilder.visit(UpdateClause expression) voidAbstractContentAssistVisitor.visit(UpdateClause expression) voidDefaultSemanticValidator.UpdateClauseAbstractSchemaNameFinder.visit(UpdateClause expression) -
Uses of UpdateClause in org.eclipse.persistence.jpa.jpql.tools.model
Methods in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type UpdateClauseModifier and TypeMethodDescriptionvoidBasicStateObjectBuilder.UpdateStatementBuilder.visit(UpdateClause expression) final voidBasicStateObjectBuilder.visit(UpdateClause expression) -
Uses of UpdateClause in org.eclipse.persistence.jpa.jpql.tools.model.query
Methods in org.eclipse.persistence.jpa.jpql.tools.model.query that return UpdateClauseMethods in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type UpdateClauseModifier and TypeMethodDescriptionvoidUpdateClauseStateObject.setExpression(UpdateClause 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 UpdateClause in org.eclipse.persistence.jpa.jpql.tools.resolver
Methods in org.eclipse.persistence.jpa.jpql.tools.resolver with parameters of type UpdateClauseModifier and TypeMethodDescriptionvoidDeclarationResolver.DeclarationVisitor.visit(UpdateClause expression) voidResolverBuilder.visit(UpdateClause expression)