Uses of Class
org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
Packages that use UpdateClauseStateObject Package Description 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. -
-
Uses of UpdateClauseStateObject in org.eclipse.persistence.jpa.jpql.tools.model
Methods in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type UpdateClauseStateObject Modifier and Type Method Description voidAbstractActualJPQLQueryFormatter. visit(UpdateClauseStateObject stateObject)voidAbstractJPQLQueryFormatter. visit(UpdateClauseStateObject stateObject) -
Uses of UpdateClauseStateObject in org.eclipse.persistence.jpa.jpql.tools.model.query
Methods in org.eclipse.persistence.jpa.jpql.tools.model.query that return UpdateClauseStateObject Modifier and Type Method Description UpdateClauseStateObjectUpdateStatementStateObject. getModifyClause()Returns the state object representing theUPDATEclause.UpdateClauseStateObjectUpdateItemStateObject. getParent()Methods in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type UpdateClauseStateObject Modifier and Type Method Description protected booleanUpdateClauseStateObject. areChildrenEquivalent(UpdateClauseStateObject stateObject)Determines whether the children of thisStateObjectare equivalent to the children of the given one, i.e.voidAbstractStateObjectVisitor. visit(UpdateClauseStateObject stateObject)voidAnonymousStateObjectVisitor. visit(UpdateClauseStateObject stateObject)voidStateObjectVisitor. visit(UpdateClauseStateObject stateObject)Visits the givenUpdateClauseStateObject.Constructors in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type UpdateClauseStateObject Constructor Description UpdateItemStateObject(UpdateClauseStateObject parent)Creates a newUpdateItemStateObject.UpdateItemStateObject(UpdateClauseStateObject parent, String path, String newValue)Creates a newUpdateItemStateObject.UpdateItemStateObject(UpdateClauseStateObject parent, String path, StateObject newValue)Creates a newUpdateItemStateObject.
-