Interface ExecutableFindByQueryOperation
- All Known Subinterfaces:
CouchbaseOperations
,FluentCouchbaseOperations
- All Known Implementing Classes:
CouchbaseTemplate
,ExecutableFindByQueryOperationSupport
public interface ExecutableFindByQueryOperation
Query Operations
- Since:
- 2.0
- Author:
- Christoph Strobl
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Provides methods for constructing query operations in a fluent way.static interface
Deprecated.static interface
Fluent method to specify the collection.static interface
Fluent method to specify the scope.static 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 specify the querystatic interface
Terminating operations invoking the actual execution. -
Method Summary
-
Method Details
-
findByQuery
Queries the N1QL service.- Parameters:
domainType
- the entity type to use for the results.
-