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