Class JPQLStatement.Operator
- java.lang.Object
-
- org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLStatement.Operator
-
- Enclosing class:
- JPQLStatement
public static final class JPQLStatement.Operator extends Object
-
-
Constructor Summary
Constructors Constructor Description Operator()
-
-
-
Field Detail
-
EQ
public static final String EQ
- See Also:
- Constant Field Values
-
NE
public static final String NE
- See Also:
- Constant Field Values
-
LT
public static final String LT
- See Also:
- Constant Field Values
-
LE
public static final String LE
- See Also:
- Constant Field Values
-
GT
public static final String GT
- See Also:
- Constant Field Values
-
GE
public static final String GE
- See Also:
- Constant Field Values
-
AND
public static final String AND
- See Also:
- Constant Field Values
-
NOT
public static final String NOT
- See Also:
- Constant Field Values
-
OR
public static final String OR
- See Also:
- Constant Field Values
-
LIKE
public static final String LIKE
- See Also:
- Constant Field Values
-
-