|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Update.WhereContext | |
---|---|
com.atlassian.jira.entity |
Uses of Update.WhereContext in com.atlassian.jira.entity |
---|
Methods in com.atlassian.jira.entity that return Update.WhereContext | |
---|---|
Update.WhereContext |
Update.SetContext.all()
|
Update.WhereContext |
Update.WhereContext.andEqual(String fieldName,
Long value)
|
Update.WhereContext |
Update.WhereContext.andEqual(String fieldName,
String value)
|
Update.WhereContext |
Update.SetContext.whereEqual(String fieldName,
Long value)
|
Update.WhereContext |
Update.SetContext.whereEqual(String fieldName,
String value)
|
Update.WhereContext |
Update.SetContext.whereIdEquals(Long id)
|
Methods in com.atlassian.jira.entity with parameters of type Update.WhereContext | |
---|---|
int |
EntityEngineImpl.execute(Update.WhereContext updateContext)
|
int |
EntityEngine.execute(Update.WhereContext updateContext)
Allows you to execute an UPDATE statement using a fluent interface. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |