static Restriction |
Restrictions.after(String field,
Object value) |
static Restriction |
Restrictions.and(Restriction... restrictions) |
static Restriction |
Restrictions.avg(String field,
Double avg,
AggregationRange aggregationRange) |
static Restriction |
Restrictions.avg(String field,
Double leftRange,
Double rightRange,
AggregationRange aggregationRange) |
static Restriction |
Restrictions.before(String field,
Object value) |
static Restriction |
Restrictions.between(String field,
Number minValue,
Number maxValue) |
static Restriction |
Restrictions.between(String field,
Number minValue,
Number maxValue,
boolean leftInclusive,
boolean rightInclusive) |
static Restriction |
Restrictions.contains(String field,
Object... values) |
static Restriction |
Restrictions.containsAny(String field,
Object... values) |
static Restriction |
Restrictions.count(String field,
Integer count,
AggregationRange aggregationRange) |
static Restriction |
Restrictions.count(String field,
Integer leftRange,
Integer rightRange,
AggregationRange aggregationRange) |
static Restriction |
Restrictions.equals(String field,
Object value) |
static Restriction |
Restrictions.equals(String field,
Object value,
boolean ignoreCase) |
static Restriction |
Restrictions.greater(String field,
Number value) |
static Restriction |
Restrictions.greaterOrEquals(String field,
Number value) |
static Restriction |
Restrictions.in(String field,
Object... values) |
static Restriction |
Restrictions.isNotNull(String field) |
static Restriction |
Restrictions.isNull(String field) |
static Restriction |
Restrictions.less(String field,
Number value) |
static Restriction |
Restrictions.lessOrEquals(String field,
Number value) |
static Restriction |
Restrictions.like(String field,
String value) |
static Restriction |
Restrictions.max(String field,
Number count,
AggregationRange aggregationRange) |
static Restriction |
Restrictions.max(String field,
Number leftRange,
Number rightRange,
AggregationRange aggregationRange) |
static Restriction |
Restrictions.min(String field,
Number count,
AggregationRange aggregationRange) |
static Restriction |
Restrictions.min(String field,
Number leftRange,
Number rightRange,
AggregationRange aggregationRange) |
static Restriction |
Restrictions.notBetween(String field,
Number minValue,
Number maxValue) |
static Restriction |
Restrictions.notBetween(String field,
Number minValue,
Number maxValue,
boolean leftInclusive,
boolean rightInclusive) |
static Restriction |
Restrictions.notContains(String field,
Object... values) |
static Restriction |
Restrictions.notContainsAny(String field,
Object... values) |
static Restriction |
Restrictions.notEquals(String field,
Object value) |
static Restriction |
Restrictions.notEquals(String field,
Object value,
boolean ignoreCase) |
static Restriction |
Restrictions.notIn(String field,
Object... values) |
static Restriction |
Restrictions.notLike(String field,
String value) |
static Restriction |
Restrictions.or(Restriction... restrictions) |
static Restriction |
Restrictions.sum(String field,
Number sum,
AggregationRange aggregationRange) |
static Restriction |
Restrictions.sum(String field,
Number leftRange,
Number rightRange,
AggregationRange aggregationRange) |