public static interface ReactiveFindOperation.FindWithProjection<T> extends ReactiveFindOperation.FindWithQuery<T>, ReactiveFindOperation.FindDistinct
| Modifier and Type | Method and Description |
|---|---|
<R> ReactiveFindOperation.FindWithQuery<R> |
as(Class<R> resultType)
Define the target type fields should be mapped to.
|
matching, nearall, count, exists, first, one, taildistinct<R> ReactiveFindOperation.FindWithQuery<R> as(Class<R> resultType)
R - result type.resultType - must not be null.ReactiveFindOperation.FindWithProjection.IllegalArgumentException - if resultType is null.Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.