Interface ReactiveFindByIdOperation
- All Known Subinterfaces:
ReactiveCouchbaseOperations
,ReactiveFluentCouchbaseOperations
- All Known Implementing Classes:
ReactiveCouchbaseTemplate
,ReactiveFindByIdOperationSupport
public interface ReactiveFindByIdOperation
Get Operations
- Since:
- 2.0
- Author:
- Christoph Strobl, Tigran Babloyan
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Fluent method to specify the collection.static interface
Fluent method to specify the scope.static interface
static interface
static interface
Fluent method to specify options.static interface
static interface
Provides methods for constructing query operations in a fluent way.static interface
Terminating operations invoking the actual execution. -
Method Summary
Modifier and TypeMethodDescriptionLoads a document from a bucket.
-
Method Details
-
findById
Loads a document from a bucket.- Parameters:
domainType
- the entity type to use for the results.
-