public interface AnyReferenceQueryModel<T>
Modifier and Type | Method and Description |
---|---|
StringQueryModel<T> |
id() |
<R> QueryPredicate<T> |
is(Referenceable<R> reference) |
<R> QueryPredicate<T> |
isIn(List<? extends Referenceable<R>> elements) |
QueryPredicate<T> |
isInIds(List<String> ids) |
StringQueryModel<T> |
typeId() |
getParent, getPathSegment
<R> QueryPredicate<T> is(Referenceable<R> reference)
<R> QueryPredicate<T> isIn(List<? extends Referenceable<R>> elements)
StringQueryModel<T> id()
QueryPredicate<T> isInIds(List<String> ids)
StringQueryModel<T> typeId()