Interface ReactiveFindByQueryOperation.FindByQueryWithProjecting<T>
- Type Parameters:
T- the entity type to use for the results.
- All Superinterfaces:
InCollection<T>, InScope<T>, OneAndAllReactive<T>, ReactiveFindByQueryOperation.FindByQueryConsistentWith<T>, ReactiveFindByQueryOperation.FindByQueryInCollection<T>, ReactiveFindByQueryOperation.FindByQueryInScope<T>, ReactiveFindByQueryOperation.FindByQueryWithConsistency<T>, ReactiveFindByQueryOperation.FindByQueryWithOptions<T>, ReactiveFindByQueryOperation.FindByQueryWithProjection<T>, ReactiveFindByQueryOperation.FindByQueryWithQuery<T>, ReactiveFindByQueryOperation.TerminatingFindByQuery<T>, WithConsistency<T>, WithQuery<T>, WithQueryOptions<T>
- All Known Subinterfaces:
ReactiveFindByQueryOperation.FindByQueryWithDistinct<T>, ReactiveFindByQueryOperation.ReactiveFindByQuery<T>
- Enclosing interface:
ReactiveFindByQueryOperation
public static interface ReactiveFindByQueryOperation.FindByQueryWithProjecting<T>
extends ReactiveFindByQueryOperation.FindByQueryWithProjection<T>
Fluent method to specify fields to project.
- Author:
- Michael Nitschinger, Michael Reiche
-
Method Summary
Modifier and TypeMethodDescriptionDefine the target type fields should be mapped to.Methods inherited from interface ReactiveFindByQueryOperation.FindByQueryConsistentWith
consistentWithMethods inherited from interface ReactiveFindByQueryOperation.FindByQueryInCollection
inCollectionMethods inherited from interface ReactiveFindByQueryOperation.FindByQueryInScope
inScopeMethods inherited from interface ReactiveFindByQueryOperation.FindByQueryWithConsistency
withConsistencyMethods inherited from interface ReactiveFindByQueryOperation.FindByQueryWithOptions
withOptionsMethods inherited from interface ReactiveFindByQueryOperation.FindByQueryWithProjection
asMethods inherited from interface ReactiveFindByQueryOperation.FindByQueryWithQuery
matching, matching
-
Method Details
-
project
Define the target type fields should be mapped to.
Skip this step if you are anyway only interested in the original domain type.- Parameters:
fields- to project- Returns:
- new instance of
ReactiveFindByQueryOperation.FindByQueryWithConsistency. - Throws:
IllegalArgumentException- if returnType is null.
-