public interface IntegerQuerySortingModel<T> extends QueryModel<T>, QuerySortingModel<T>, IntegerQueryModel<T>
| Modifier and Type | Method and Description |
|---|---|
QueryPredicate<T> |
is(Integer i) |
QueryPredicate<T> |
isGreaterThan(Integer value) |
QueryPredicate<T> |
isGreaterThanOrEqualTo(Integer value) |
QueryPredicate<T> |
isIn(Iterable<Integer> args) |
QueryPredicate<T> |
isLessThan(Integer value) |
QueryPredicate<T> |
isLessThanOrEqualTo(Integer value) |
QueryPredicate<T> |
isNot(Integer i) |
QueryPredicate<T> |
isNotIn(Iterable<Integer> args) |
QueryPredicate<T> |
isNotPresent() |
QueryPredicate<T> |
isPresent() |
sortgetParent, getPathSegmentQueryPredicate<T> is(Integer i)
is in interface EqualityQueryModel<T,Integer>is in interface IntegerQueryModel<T>QueryPredicate<T> isGreaterThan(Integer value)
isGreaterThan in interface InequalityQueryModel<T,Integer>isGreaterThan in interface IntegerQueryModel<T>QueryPredicate<T> isGreaterThanOrEqualTo(Integer value)
isGreaterThanOrEqualTo in interface InequalityQueryModel<T,Integer>isGreaterThanOrEqualTo in interface IntegerQueryModel<T>QueryPredicate<T> isLessThan(Integer value)
isLessThan in interface InequalityQueryModel<T,Integer>isLessThan in interface IntegerQueryModel<T>QueryPredicate<T> isLessThanOrEqualTo(Integer value)
isLessThanOrEqualTo in interface InequalityQueryModel<T,Integer>isLessThanOrEqualTo in interface IntegerQueryModel<T>QueryPredicate<T> isNot(Integer i)
isNot in interface IntegerQueryModel<T>isNot in interface NotEqualQueryModel<T,Integer>QueryPredicate<T> isNotIn(Iterable<Integer> args)
isNotIn in interface IntegerQueryModel<T>isNotIn in interface IsNotInQueryModel<T,Integer>QueryPredicate<T> isNotPresent()
isNotPresent in interface IntegerQueryModel<T>isNotPresent in interface OptionalQueryModel<T>QueryPredicate<T> isIn(Iterable<Integer> args)
isIn in interface IntegerQueryModel<T>isIn in interface IsInQueryModel<T,Integer>QueryPredicate<T> isPresent()
isPresent in interface IntegerQueryModel<T>isPresent in interface OptionalQueryModel<T>