| 20 | | public static final String AND = "and"; // builder |
|---|
| 21 | | public static final String IS_NULL = "isNull"; // builder |
|---|
| 22 | | public static final String IS_NOT_NULL = "notNull"; // builder |
|---|
| 23 | | public static final String NOT = "not";// builder |
|---|
| 24 | | public static final String OR = "or"; // builder |
|---|
| 25 | | public static final String ID_EQUALS = "idEq"; // builder |
|---|
| 26 | | public static final String IS_EMPTY = "isEmpty"; //builder |
|---|
| 27 | | public static final String IS_NOT_EMPTY = "isNotEmpty"; //builder |
|---|
| | 20 | def static AND = "and"; // builder |
|---|
| | 21 | def static IS_NULL = "isNull"; // builder |
|---|
| | 22 | def static IS_NOT_NULL = "notNull"; // builder |
|---|
| | 23 | def static NOT = "not";// builder |
|---|
| | 24 | def static OR = "or"; // builder |
|---|
| | 25 | def static ID_EQUALS = "idEq"; // builder |
|---|
| | 26 | def static IS_EMPTY = "isEmpty"; //builder |
|---|
| | 27 | def static IS_NOT_EMPTY = "isNotEmpty"; //builder |
|---|