public interface LocationsCollectionQueryModel<T>
Modifier and Type | Method and Description |
---|---|
CountryQueryModel<T> |
country() |
StringQueryModel<T> |
state() |
QueryPredicate<T> |
where(Function<EmbeddedLocationsCollectionQueryModel,QueryPredicate<EmbeddedLocationsCollectionQueryModel>> embeddedPredicate) |
QueryPredicate<T> |
where(QueryPredicate<EmbeddedLocationsCollectionQueryModel> embeddedPredicate) |
CountryQueryModel<T> country()
StringQueryModel<T> state()
QueryPredicate<T> where(QueryPredicate<EmbeddedLocationsCollectionQueryModel> embeddedPredicate)
QueryPredicate<T> where(Function<EmbeddedLocationsCollectionQueryModel,QueryPredicate<EmbeddedLocationsCollectionQueryModel>> embeddedPredicate)