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
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDeprecated.static interfaceFluent method to specify the collectionstatic interfaceFluent method to specify the scopestatic interfaceFluent method to specify scan consistency.static interfaceFluent method to specify DISTINCT fieldsstatic interfaceFluent method to specify options.static interfaceFluent method to specify fields to project.static interfaceFluent method to specify a return type different than the the entity type to use for the results.static interfaceFluent methods to filter by querystatic interfaceprovides methods for constructing query operations in a fluent way.static interfaceCompose 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.
-