Interface ReactiveFindByQueryOperation.FindByQueryInCollection<T>
- Type Parameters:
T- the entity type to use for the results.
- All Superinterfaces:
InCollection<T>, OneAndAllReactive<T>, ReactiveFindByQueryOperation.FindByQueryWithOptions<T>, ReactiveFindByQueryOperation.FindByQueryWithQuery<T>, ReactiveFindByQueryOperation.TerminatingFindByQuery<T>, WithQuery<T>, WithQueryOptions<T>
- All Known Subinterfaces:
ReactiveFindByQueryOperation.FindByQueryConsistentWith<T>, ReactiveFindByQueryOperation.FindByQueryInScope<T>, ReactiveFindByQueryOperation.FindByQueryWithConsistency<T>, ReactiveFindByQueryOperation.FindByQueryWithDistinct<T>, ReactiveFindByQueryOperation.FindByQueryWithProjecting<T>, ReactiveFindByQueryOperation.FindByQueryWithProjection<T>, ReactiveFindByQueryOperation.ReactiveFindByQuery<T>
- Enclosing interface:
ReactiveFindByQueryOperation
public static interface ReactiveFindByQueryOperation.FindByQueryInCollection<T>
extends ReactiveFindByQueryOperation.FindByQueryWithOptions<T>, InCollection<T>
Fluent method to specify the collection
- Author:
- Michael Nitschinger, Michael Reiche
-
Method Summary
Methods inherited from interface ReactiveFindByQueryOperation.FindByQueryWithOptions
withOptionsMethods inherited from interface ReactiveFindByQueryOperation.FindByQueryWithQuery
matching, matching
-
Method Details
-
inCollection
Description copied from interface:InCollectionSpecify collection- Specified by:
inCollectionin interfaceInCollection<T>- Parameters:
collection- - collection name
-