Uses of Class
org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
-
Packages that use UpdateItemStateObject 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 UpdateItemStateObject in org.eclipse.persistence.jpa.jpql.tools.model
Fields in org.eclipse.persistence.jpa.jpql.tools.model declared as UpdateItemStateObject Modifier and Type Field Description protected UpdateItemStateObjectBasicStateObjectBuilder.UpdateStatementBuilder. updateItemMethods in org.eclipse.persistence.jpa.jpql.tools.model that return UpdateItemStateObject Modifier and Type Method Description protected UpdateItemStateObjectAbstractNewValueStateObjectBuilder. getParent()Constructors in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type UpdateItemStateObject Constructor Description AbstractNewValueStateObjectBuilder(UpdateItemStateObject parent)Creates a newAbstractNewValueStateObjectBuilder.DefaultNewValueStateObjectBuilder(UpdateItemStateObject parent)Creates a newDefaultNewValueStateObjectBuilder. -
Uses of UpdateItemStateObject in org.eclipse.persistence.jpa.jpql.tools.model.query
Methods in org.eclipse.persistence.jpa.jpql.tools.model.query that return UpdateItemStateObject Modifier and Type Method Description UpdateItemStateObjectUpdateClauseStateObject. addItem()Adds a newUPDATEitem to this clause.UpdateItemStateObjectUpdateClauseStateObject. addItem(String path)Adds a newUPDATEitem to this clause.UpdateItemStateObjectUpdateClauseStateObject. addItem(String[] paths, String newValue)Adds a newUPDATEitem to this clause.UpdateItemStateObjectUpdateClauseStateObject. addItem(String[] paths, StateObject newValue)Adds a newUPDATEitem to this clause.UpdateItemStateObjectUpdateClauseStateObject. addItem(String path, String newValue)Adds a newUPDATEitem to this clause.UpdateItemStateObjectUpdateClauseStateObject. addItem(String path, StateObject newValue)Adds a newUPDATEitem to this clause.UpdateItemStateObjectUpdateClauseStateObject. addItem(ListIterator<String> paths, String newValue)Adds a newUPDATEitem to this clause.UpdateItemStateObjectUpdateClauseStateObject. addItem(ListIterator<String> paths, StateObject newValue)Adds a newUPDATEitem to this clause.UpdateItemStateObjectUpdateClauseStateObject. addItem(UpdateItemStateObject item)UpdateItemStateObjectUpdateStatementStateObject. addItem(String path)Adds a new item to theUPDATEclause.UpdateItemStateObjectUpdateStatementStateObject. addItem(String path, String newValue)Adds a new item to theUPDATEclause.UpdateItemStateObjectUpdateStatementStateObject. addItem(String path, StateObject newValue)Adds a new item to theUPDATEclause.UpdateItemStateObjectUpdateClauseStateObject. getItem(int index)UpdateItemStateObjectUpdateClauseStateObject. moveDown(UpdateItemStateObject item)UpdateItemStateObjectUpdateClauseStateObject. moveUp(UpdateItemStateObject item)Methods in org.eclipse.persistence.jpa.jpql.tools.model.query that return types with arguments of type UpdateItemStateObject Modifier and Type Method Description ListIterable<UpdateItemStateObject>UpdateClauseStateObject. items()Methods in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type UpdateItemStateObject Modifier and Type Method Description UpdateItemStateObjectUpdateClauseStateObject. addItem(UpdateItemStateObject item)booleanUpdateClauseStateObject. canMoveDown(UpdateItemStateObject item)booleanUpdateClauseStateObject. canMoveUp(UpdateItemStateObject item)UpdateItemStateObjectUpdateClauseStateObject. moveDown(UpdateItemStateObject item)UpdateItemStateObjectUpdateClauseStateObject. moveUp(UpdateItemStateObject item)voidUpdateClauseStateObject. removeItem(UpdateItemStateObject stateObject)voidAbstractStateObjectVisitor. visit(UpdateItemStateObject stateObject)voidAnonymousStateObjectVisitor. visit(UpdateItemStateObject stateObject)voidStateObjectVisitor. visit(UpdateItemStateObject stateObject)Visits the givenUpdateItemStateObject.Method parameters in org.eclipse.persistence.jpa.jpql.tools.model.query with type arguments of type UpdateItemStateObject Modifier and Type Method Description voidUpdateClauseStateObject. addItems(List<? extends UpdateItemStateObject> items)voidUpdateClauseStateObject. addListChangeListener(String listName, IListChangeListener<UpdateItemStateObject> listener)voidUpdateClauseStateObject. removeItems(Collection<UpdateItemStateObject> items)voidUpdateClauseStateObject. removeListChangeListener(String listName, IListChangeListener<UpdateItemStateObject> listener)
-