Uses of Class
com.atlassian.jira.entity.Delete.DeleteWhereContext
Packages that use Delete.DeleteWhereContext
-
Uses of Delete.DeleteWhereContext in com.atlassian.jira.entity
Methods in com.atlassian.jira.entity that return Delete.DeleteWhereContextModifier and TypeMethodDescriptionDelete.DeleteFromContext.all()Delete.WhereClauseAwareDeleteContext.andCondition(org.ofbiz.core.entity.EntityCondition condition) Delete.DeleteFromContext.whereCondition(org.ofbiz.core.entity.EntityCondition condition) Delete.DeleteWhereContext.whereCondition(org.ofbiz.core.entity.EntityCondition condition) abstract Delete.DeleteWhereContextDelete.WhereClauseAwareDeleteContext.whereCondition(org.ofbiz.core.entity.EntityCondition condition) Delete.DeleteFromContext.whereEqual(String fieldName, Long value) Delete.DeleteFromContext.whereEqual(String fieldName, String value) Delete.DeleteWhereContext.whereEqual(String fieldName, Long value) Delete.DeleteWhereContext.whereEqual(String fieldName, String value) abstract Delete.DeleteWhereContextDelete.WhereClauseAwareDeleteContext.whereEqual(String fieldName, Long value) abstract Delete.DeleteWhereContextDelete.WhereClauseAwareDeleteContext.whereEqual(String fieldName, String value) Delete.DeleteFromContext.whereIdEquals(Long id) Methods in com.atlassian.jira.entity with parameters of type Delete.DeleteWhereContextModifier and TypeMethodDescriptionintEntityEngine.delete(Delete.DeleteWhereContext deleteContext) Allows you to execute an SQL DELETE using a fluent interface.intEntityEngineImpl.delete(Delete.DeleteWhereContext deleteContext) protected booleanDeleteContextMatcher.matchesSafely(Delete.DeleteWhereContext item, org.hamcrest.Description mismatchDescription)