Interface ReactiveFindByQueryOperation
- All Known Subinterfaces:
ReactiveCouchbaseOperations
,ReactiveFluentCouchbaseOperations
- All Known Implementing Classes:
ReactiveCouchbaseTemplate
,ReactiveFindByQueryOperationSupport
public interface ReactiveFindByQueryOperation
ReactiveFindByQueryOperation
Queries the N1QL service.
Queries the N1QL service.
- Author:
- Michael Nitschinger, Michael Reiche
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Deprecated.static interface
Fluent method to specify the collectionstatic interface
Fluent method to specify the scopestatic interface
Fluent method to specify scan consistency.static interface
Fluent method to specify DISTINCT fieldsstatic interface
Fluent method to specify options.static interface
Fluent method to specify fields to project.static interface
Fluent method to specify a return type different than the the entity type to use for the results.static interface
Fluent methods to filter by querystatic interface
provides methods for constructing query operations in a fluent way.static interface
Compose find execution by calling one of the terminating methods. -
Method Summary
Modifier and TypeMethodDescriptionfindByQuery
(Class<T> domainType) Create the operation for the domainType
-
Method Details
-
findByQuery
Create the operation for the domainType- Parameters:
domainType
- the entity type to use for the results.
-