- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
-
Method Detail
-
getName
String getName()
- Returns:
- the name of the operator. Used for error reporting and such.
-
getOperands
int getOperands()
- Returns:
- the number of operands this operator needs (besides the property on the entity). So, for instance, an
equality check would require 1 operand.
-
getMatcher
Matcher getMatcher()
- Returns:
- the matcher taking care of checking whether or not the operator applies to the current entity
-
getTokens
String[] getTokens()
- Returns:
- the suffix tokens used to indicate this operator in the name of a query method
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 2014–2016. All rights reserved.