T - the entity type to use for the results.public static interface ReactiveFindByQueryOperation.FindByQueryWithDistinct<T> extends ReactiveFindByQueryOperation.FindByQueryWithProjecting<T>, WithDistinct<T>
| Modifier and Type | Method and Description |
|---|---|
ReactiveFindByQueryOperation.FindByQueryWithProjection<T> |
distinct(String[] distinctFields)
Finds the distinct values for a specified field across a single or view.
|
projectaswithConsistencyconsistentWithinScopeinCollectionwithOptionsmatching, matchingReactiveFindByQueryOperation.FindByQueryWithProjection<T> distinct(String[] distinctFields)
distinct in interface WithDistinct<T>distinctFields - name of the field. Must not be null.ReactiveFindByQueryOperation.ReactiveFindByQuery.IllegalArgumentException - if field is null.Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.