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