Uses of Class
org.eclipse.persistence.jpa.jpql.parser.UpdateStatement
-
Packages that use UpdateStatement 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 UpdateStatement in org.eclipse.persistence.jpa.jpql
Fields in org.eclipse.persistence.jpa.jpql declared as UpdateStatement Modifier and Type Field Description UpdateStatementAbstractValidator.OwningStatementVisitor. updateStatementMethods in org.eclipse.persistence.jpa.jpql with parameters of type UpdateStatement Modifier and Type Method Description protected voidAbstractSemanticValidator. validateUpdateStatement(UpdateStatement expression)Validates the givenUpdateStatement.voidAbstractGrammarValidator. visit(UpdateStatement expression)voidAbstractSemanticValidator. visit(UpdateStatement expression)voidAbstractValidator.OwningStatementVisitor. visit(UpdateStatement expression)voidBaseDeclarationIdentificationVariableFinder. visit(UpdateStatement expression) -
Uses of UpdateStatement in org.eclipse.persistence.jpa.jpql.parser
Methods in org.eclipse.persistence.jpa.jpql.parser with parameters of type UpdateStatement Modifier and Type Method Description voidAbstractExpressionVisitor. visit(UpdateStatement expression)voidAnonymousExpressionVisitor. visit(UpdateStatement expression)voidExpressionVisitor. visit(UpdateStatement expression)Visits theUpdateStatementexpression.voidFullyQualifyPathExpressionVisitor. visit(UpdateStatement expression) -
Uses of UpdateStatement in org.eclipse.persistence.jpa.jpql.tools
Methods in org.eclipse.persistence.jpa.jpql.tools that return types with arguments of type UpdateStatement Modifier and Type Method Description AbstractContentAssistVisitor.StatementHelper<UpdateStatement>AbstractContentAssistVisitor.UpdateClauseStatementHelper. getNextHelper()AbstractContentAssistVisitor.StatementHelper<? extends UpdateStatement>AbstractContentAssistVisitor.WhereClauseUpdateStatementHelper. getNextHelper()Methods in org.eclipse.persistence.jpa.jpql.tools with parameters of type UpdateStatement Modifier and Type Method Description voidAbstractContentAssistVisitor.UpdateClauseStatementHelper. addInternalClauseProposals(UpdateStatement expression)voidAbstractContentAssistVisitor.WhereClauseUpdateStatementHelper. addInternalClauseProposals(UpdateStatement expression)ExpressionAbstractContentAssistVisitor.UpdateClauseStatementHelper. getClause(UpdateStatement expression)ExpressionAbstractContentAssistVisitor.WhereClauseUpdateStatementHelper. getClause(UpdateStatement expression)booleanAbstractContentAssistVisitor.UpdateClauseStatementHelper. hasClause(UpdateStatement expression)booleanAbstractContentAssistVisitor.WhereClauseUpdateStatementHelper. hasClause(UpdateStatement expression)booleanAbstractContentAssistVisitor.UpdateClauseStatementHelper. hasSpaceAfterClause(UpdateStatement expression)booleanAbstractContentAssistVisitor.WhereClauseUpdateStatementHelper. hasSpaceAfterClause(UpdateStatement expression)booleanAbstractContentAssistVisitor.UpdateClauseStatementHelper. isClauseComplete(UpdateStatement expression)booleanAbstractContentAssistVisitor.WhereClauseUpdateStatementHelper. isClauseComplete(UpdateStatement expression)voidAbstractContentAssistVisitor.AppendableExpressionVisitor. visit(UpdateStatement expression)voidAbstractContentAssistVisitor.EndingQueryPositionBuilder. visit(UpdateStatement expression)voidAbstractContentAssistVisitor. visit(UpdateStatement expression) -
Uses of UpdateStatement in org.eclipse.persistence.jpa.jpql.tools.model
Methods in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type UpdateStatement Modifier and Type Method Description voidBasicStateObjectBuilder.UpdateStatementBuilder. visit(UpdateStatement expression)voidBasicStateObjectBuilder. visit(UpdateStatement expression) -
Uses of UpdateStatement in org.eclipse.persistence.jpa.jpql.tools.model.query
Methods in org.eclipse.persistence.jpa.jpql.tools.model.query that return UpdateStatement Modifier and Type Method Description UpdateStatementUpdateStatementStateObject. getExpression()Methods in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type UpdateStatement Modifier and Type Method Description voidUpdateStatementStateObject. setExpression(UpdateStatement 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 UpdateStatement in org.eclipse.persistence.jpa.jpql.tools.resolver
Methods in org.eclipse.persistence.jpa.jpql.tools.resolver with parameters of type UpdateStatement Modifier and Type Method Description voidDeclarationResolver.DeclarationVisitor. visit(UpdateStatement expression)voidResolverBuilder. visit(UpdateStatement expression)
-