Uses of Class
org.eclipse.persistence.jpa.jpql.parser.UpdateClause
-
Packages that use UpdateClause 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 UpdateClause in org.eclipse.persistence.jpa.jpql
Fields in org.eclipse.persistence.jpa.jpql declared as UpdateClause Modifier and Type Field Description UpdateClauseAbstractValidator.OwningClauseVisitor. updateClauseMethods in org.eclipse.persistence.jpa.jpql with parameters of type UpdateClause Modifier and Type Method Description protected voidAbstractSemanticValidator. validateUpdateClause(UpdateClause expression)Validates the givenUpdateClause.voidAbstractGrammarValidator. visit(UpdateClause expression)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 UpdateClause Modifier and Type Method Description UpdateClauseUpdateStatement. getUpdateClause()Returns theUpdateClauserepresenting the UPDATE clause.Methods in org.eclipse.persistence.jpa.jpql.parser with parameters of type UpdateClause Modifier and Type Method Description voidAbstractExpressionVisitor. 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 UpdateClause Modifier and Type Method Description voidAbstractContentAssistVisitor.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)CollectionExpressionAbstractContentAssistVisitor.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)JPQLQueryBNFAbstractContentAssistVisitor.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 UpdateClause Modifier and Type Method Description voidBasicStateObjectBuilder.UpdateStatementBuilder. visit(UpdateClause expression)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 UpdateClause Modifier and Type Method Description UpdateClauseUpdateClauseStateObject. getExpression()Methods in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type UpdateClause Modifier and Type Method Description voidUpdateClauseStateObject. 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 UpdateClause Modifier and Type Method Description voidDeclarationResolver.DeclarationVisitor. visit(UpdateClause expression)voidResolverBuilder. visit(UpdateClause expression)
-