T - returned typepublic static interface FluentFindOperation.FindWithProjection<T> extends FluentFindOperation.FindWithQuery<T>
| Modifier and Type | Method and Description |
|---|---|
<R> FluentFindOperation.FindWithQuery<R> |
as(Class<R> resultType)
Define the target type fields should be mapped to.
|
matching, matching, matching, matchingall<R> FluentFindOperation.FindWithQuery<R> as(Class<R> resultType)
R - result type.resultType - must not be null.FluentFindOperation.FindWithProjection.IllegalArgumentException - if resultType is null.Copyright © 2019–2021 Neo4j, Neo4j Sweden AB. All rights reserved.