Class SingleCondition<T>
- java.lang.Object
-
- org.exoplatform.task.dao.condition.Condition
-
- org.exoplatform.task.dao.condition.SingleCondition<T>
-
- All Implemented Interfaces:
Cloneable
public class SingleCondition<T> extends Condition implements Cloneable
- Author:
- Tuyen Nguyen The.
-
-
Constructor Summary
Constructors Constructor Description SingleCondition(String type, String field, T value)
-
-
-
Field Detail
-
EQ
public static final String EQ
- See Also:
- Constant Field Values
-
LT
public static final String LT
- See Also:
- Constant Field Values
-
GT
public static final String GT
- See Also:
- Constant Field Values
-
LTE
public static final String LTE
- See Also:
- Constant Field Values
-
GTE
public static final String GTE
- See Also:
- Constant Field Values
-
IS_NULL
public static final String IS_NULL
- See Also:
- Constant Field Values
-
IS_EMPTY
public static final String IS_EMPTY
- See Also:
- Constant Field Values
-
NOT_NULL
public static final String NOT_NULL
- See Also:
- Constant Field Values
-
LIKE
public static final String LIKE
- See Also:
- Constant Field Values
-
IN
public static final String IN
- See Also:
- Constant Field Values
-
IS_TRUE
public static final String IS_TRUE
- See Also:
- Constant Field Values
-
IS_FALSE
public static final String IS_FALSE
- See Also:
- Constant Field Values
-
-