public class Update extends Object
You can run this like:
Update.into("Project").set("counter", counter).whereEqual("key", projectKey).execute(ofBizDelegator);
or:
entityEngine.execute(
Update.into("Project").set("counter", counter).whereEqual("key", projectKey)
);
EntityEngine.execute(Update.WhereContext)| Modifier and Type | Class and Description |
|---|---|
static class |
Update.IntoContext |
static class |
Update.SetContext |
static class |
Update.WhereContext |
| Constructor and Description |
|---|
Update() |
| Modifier and Type | Method and Description |
|---|---|
static Update.IntoContext |
into(EntityFactory entityFactory) |
static Update.IntoContext |
into(String entityName) |
public static Update.IntoContext into(String entityName)
public static Update.IntoContext into(EntityFactory entityFactory)
Copyright © 2002-2016 Atlassian. All Rights Reserved.