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. -
-
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)
-