|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Delete.DeleteWhereContext | |
---|---|
com.atlassian.jira.entity |
Uses of Delete.DeleteWhereContext in com.atlassian.jira.entity |
---|
Methods in com.atlassian.jira.entity that return Delete.DeleteWhereContext | |
---|---|
Delete.DeleteWhereContext |
Delete.DeleteFromContext.all()
|
Delete.DeleteWhereContext |
Delete.DeleteWhereContext.andEqual(String fieldName,
Long value)
|
Delete.DeleteWhereContext |
Delete.DeleteWhereContext.andEqual(String fieldName,
String value)
|
Delete.DeleteWhereContext |
Delete.DeleteFromContext.whereEqual(String fieldName,
Long value)
|
Delete.DeleteWhereContext |
Delete.DeleteFromContext.whereEqual(String fieldName,
String value)
|
Delete.DeleteWhereContext |
Delete.DeleteFromContext.whereIdEquals(Long id)
|
Methods in com.atlassian.jira.entity with parameters of type Delete.DeleteWhereContext | |
---|---|
int |
EntityEngineImpl.delete(Delete.DeleteWhereContext deleteContext)
|
int |
EntityEngine.delete(Delete.DeleteWhereContext deleteContext)
Allows you to execute an SQL DELETE using a fluent interface. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |