Uses of Class
org.eclipse.persistence.jpa.jpql.parser.UpdateItem
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 UpdateItem in org.eclipse.persistence.jpa.jpql
Modifier and TypeMethodDescriptionprotected boolean
AbstractSemanticValidator.validateUpdateItem
(UpdateItem expression) Validates the givenUpdateItem
by validating the traversability of the path expression.void
AbstractGrammarValidator.visit
(UpdateItem expression) final void
AbstractSemanticValidator.visit
(UpdateItem expression) void
ParameterTypeVisitor.visit
(UpdateItem expression) -
Uses of UpdateItem in org.eclipse.persistence.jpa.jpql.parser
Modifier and TypeMethodDescriptionvoid
AbstractExpressionVisitor.visit
(UpdateItem expression) void
AnonymousExpressionVisitor.visit
(UpdateItem expression) void
ExpressionVisitor.visit
(UpdateItem expression) Visits theUpdateItem
expression. -
Uses of UpdateItem in org.eclipse.persistence.jpa.jpql.tools
Modifier and TypeMethodDescriptionprotected AbstractSchemaName
DefaultSemanticValidator.findAbstractSchemaName
(UpdateItem expression) protected boolean
DefaultSemanticValidator.validateUpdateItem
(UpdateItem expression) protected void
DefaultSemanticValidator.validateUpdateItemTypes
(UpdateItem expression, Object type) void
AbstractContentAssistVisitor.AppendableExpressionVisitor.visit
(UpdateItem expression) void
AbstractContentAssistVisitor.EndingQueryPositionBuilder.visit
(UpdateItem expression) void
AbstractContentAssistVisitor.EnumVisitor.visit
(UpdateItem expression) void
AbstractContentAssistVisitor.visit
(UpdateItem expression) void
DefaultSemanticValidator.UpdateClauseAbstractSchemaNameFinder.visit
(UpdateItem expression) -
Uses of UpdateItem in org.eclipse.persistence.jpa.jpql.tools.model
Modifier and TypeMethodDescriptionvoid
BasicStateObjectBuilder.UpdateStatementBuilder.visit
(UpdateItem expression) final void
BasicStateObjectBuilder.visit
(UpdateItem expression) -
Uses of UpdateItem in org.eclipse.persistence.jpa.jpql.tools.model.query
Modifier and TypeMethodDescriptionvoid
UpdateItemStateObject.setExpression
(UpdateItem expression) Keeps a reference of theparsed object
object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects
. -
Uses of UpdateItem in org.eclipse.persistence.jpa.jpql.tools.resolver