public class Filter extends Object
| Modifier and Type | Method and Description |
|---|---|
static Filter |
eq(String property,
Object value) |
static Filter |
ge(String property,
Object value) |
Operator |
getOperator() |
String |
getProperty() |
Object |
getValue() |
static Filter |
gt(String property,
Object value) |
static Filter |
isFalse(String property) |
static Filter |
isTrue(String property) |
static Filter |
le(String property,
Object value) |
static Filter |
like(String property,
Object value) |
static Filter |
lt(String property,
Object value) |
Copyright © 2018 UiO. All rights reserved.