Modifier and Type | Constant Field | Value |
---|---|---|
protected static final java.lang.String |
ROOT_PATH |
"" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
ANYWHERE |
3 |
public static final int |
END |
2 |
public static final int |
EXACT |
0 |
public static final int |
START |
1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
OP_AVG |
6 |
public static final int |
OP_COUNT |
1 |
public static final int |
OP_COUNT_DISTINCT |
2 |
public static final int |
OP_CUSTOM |
999 |
public static final int |
OP_MAX |
3 |
public static final int |
OP_MIN |
4 |
public static final int |
OP_PROPERTY |
0 |
public static final int |
OP_SUM |
5 |
public static final java.lang.String |
ROOT_ENTITY |
"" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
OP_ALL |
201 |
public static final int |
OP_AND |
100 |
public static final int |
OP_CUSTOM |
999 |
public static final int |
OP_EMPTY |
12 |
public static final int |
OP_EQUAL |
0 |
public static final int |
OP_GREATER_OR_EQUAL |
5 |
public static final int |
OP_GREATER_THAN |
3 |
public static final int |
OP_ILIKE |
7 |
public static final int |
OP_IN |
8 |
public static final int |
OP_LESS_OR_EQUAL |
4 |
public static final int |
OP_LESS_THAN |
2 |
public static final int |
OP_LIKE |
6 |
public static final int |
OP_NONE |
202 |
public static final int |
OP_NOT |
102 |
public static final int |
OP_NOT_EMPTY |
13 |
public static final int |
OP_NOT_EQUAL |
1 |
public static final int |
OP_NOT_IN |
9 |
public static final int |
OP_NOT_NULL |
11 |
public static final int |
OP_NULL |
10 |
public static final int |
OP_OR |
101 |
public static final int |
OP_SOME |
200 |
public static final java.lang.String |
ROOT_ENTITY |
"" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
RESULT_ARRAY |
1 |
public static final int |
RESULT_AUTO |
0 |
public static final int |
RESULT_LIST |
2 |
public static final int |
RESULT_MAP |
3 |
public static final int |
RESULT_SINGLE |
4 |