Package com.atlassian.jira.entity
Class Delete.WhereClauseAwareDeleteContext
java.lang.Object
com.atlassian.jira.entity.Delete.WhereClauseAwareDeleteContext
- Direct Known Subclasses:
Delete.DeleteFromContext
,Delete.DeleteWhereContext
- Enclosing class:
- Delete
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionandCondition
(org.ofbiz.core.entity.EntityCondition condition) abstract Delete.DeleteWhereContext
whereCondition
(org.ofbiz.core.entity.EntityCondition condition) abstract Delete.DeleteWhereContext
whereEqual
(String fieldName, Long value) abstract Delete.DeleteWhereContext
whereEqual
(String fieldName, String value)
-
Constructor Details
-
WhereClauseAwareDeleteContext
public WhereClauseAwareDeleteContext()
-
-
Method Details
-
whereEqual
-
whereEqual
-
whereCondition
public abstract Delete.DeleteWhereContext whereCondition(org.ofbiz.core.entity.EntityCondition condition) -
whereLike
-
andEqual
-
andEqual
-
andLike
-
andCondition
public final Delete.DeleteWhereContext andCondition(org.ofbiz.core.entity.EntityCondition condition)
-