public static interface ExecutableUpdateOperation.FindAndReplaceWithProjection<T> extends ExecutableUpdateOperation.FindAndReplaceWithOptions<T>
| Modifier and Type | Method and Description |
|---|---|
<R> ExecutableUpdateOperation.FindAndReplaceWithOptions<R> |
as(Class<R> resultType)
Define the target type fields should be mapped to.
|
withOptionsfindAndReplace, findAndReplaceValue<R> ExecutableUpdateOperation.FindAndReplaceWithOptions<R> as(Class<R> resultType)
R - result type.resultType - must not be null.ExecutableUpdateOperation.FindAndReplaceWithProjection.IllegalArgumentException - if resultType is null.Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.