Uses of Class
org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateStatementStateObject
-
Packages that use UpdateStatementStateObject 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 UpdateStatementStateObject in org.eclipse.persistence.jpa.jpql.tools.model
Fields in org.eclipse.persistence.jpa.jpql.tools.model declared as UpdateStatementStateObject Modifier and Type Field Description protected UpdateStatementStateObjectBasicStateObjectBuilder.UpdateStatementBuilder. stateObjectMethods in org.eclipse.persistence.jpa.jpql.tools.model that return UpdateStatementStateObject Modifier and Type Method Description UpdateStatementStateObjectBasicStateObjectBuilder.UpdateStatementBuilder. buildStateObject(JPQLQueryStateObject parent, Expression expression)Methods in org.eclipse.persistence.jpa.jpql.tools.model that return types with arguments of type UpdateStatementStateObject Modifier and Type Method Description protected IBuilder<UpdateStatementStateObject,JPQLQueryStateObject>BasicStateObjectBuilder. buildUpdateStatementBuilder()protected IBuilder<UpdateStatementStateObject,JPQLQueryStateObject>BasicStateObjectBuilder. getUpdateStatementBuilder()Methods in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type UpdateStatementStateObject Modifier and Type Method Description voidAbstractActualJPQLQueryFormatter. visit(UpdateStatementStateObject stateObject)voidAbstractJPQLQueryFormatter. visit(UpdateStatementStateObject stateObject) -
Uses of UpdateStatementStateObject in org.eclipse.persistence.jpa.jpql.tools.model.query
Methods in org.eclipse.persistence.jpa.jpql.tools.model.query that return UpdateStatementStateObject Modifier and Type Method Description UpdateStatementStateObjectJPQLQueryStateObject. addUpdateStatement()Changes the query statement to be aUPDATEstatement.UpdateStatementStateObjectJPQLQueryStateObject. addUpdateStatement(String jpqlFragment)Changes the query statement to be aUPDATEstatement.UpdateStatementStateObjectUpdateClauseStateObject. getParent()Methods in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type UpdateStatementStateObject Modifier and Type Method Description voidAbstractStateObjectVisitor. visit(UpdateStatementStateObject stateObject)voidAnonymousStateObjectVisitor. visit(UpdateStatementStateObject stateObject)voidStateObjectVisitor. visit(UpdateStatementStateObject stateObject)Visits the givenUpdateStatementStateObject.Constructors in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type UpdateStatementStateObject Constructor Description UpdateClauseStateObject(UpdateStatementStateObject parent)Creates a newUpdateClauseStateObject.
-