| Package | Description |
|---|---|
| net.aditsu.depeche |
| Modifier and Type | Class and Description |
|---|---|
class |
CompareOperator |
class |
EqualsOperator
This operator works like "=" if the right hand side is not null, and like "IS NULL" if the right hand side is null.
|
class |
LikeOperator
Operator corresponding to SQL's "LIKE"
|
| Modifier and Type | Method and Description |
|---|---|
Operator |
Operator.adapt(Serializable rhs)
Returns a version of this operator adapted to a right-hand side value (just "this" by default)
|
static Operator |
Operators.get(String s) |